Class ShadowDistSQLLexer
java.lang.Object
org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
org.antlr.v4.runtime.Lexer
org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementLexer
org.apache.shardingsphere.shadow.distsql.parser.core.ShadowDistSQLLexer
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource,SQLLexer
SQL lexer for shadow dist SQL.
-
Field Summary
Fields inherited from class org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementLexer
_ATN, _decisionToDFA, _serializedATN, _sharedContextCache, ADD, ALGORITHM, ALGORITHMS, ALTER, AMPERSAND, AND, ASTERISK, AT, BACKSLASH, BITNUM, BOOL, BQ, CARET, channelNames, CLEAR, COLON, COMMA, CREATE, DATABASE_VALUE, DEFAULT, DEQ, DOT, DOTASTERISK, DQ, DROP, EQ, EXISTS, FOR_GENERATOR, FROM, GT, GTE, HEX, HEXDIGIT, IDENTIFIER, IF, INT, JSONSEPARATOR, LBE, LBT, LP, LT, LTE, MINUS, MOD, modeNames, NAME, NEQ, NOT, NUMBER, OR, PLUS, POUND, PROPERTIES, QUESTION, RBE, RBT, RESOURCES, RP, RULE, ruleNames, RULES, SAFEEQ, SEMI, SET, SHADOW, SHOW, SIGNEDLEFTSHIFT, SIGNEDRIGHTSHIFT, SLASH, SOURCE, SQ, STATUS, STRING, TABLE, TABLE_VALUE, TILDE, tokenNames, TYPE, UL, VERTICALBAR, VOCABULARY, WSFields inherited from class org.antlr.v4.runtime.Lexer
_channel, _factory, _hitEOF, _input, _mode, _modeStack, _text, _token, _tokenFactorySourcePair, _tokenStartCharIndex, _tokenStartCharPositionInLine, _tokenStartLine, _type, DEFAULT_MODE, DEFAULT_TOKEN_CHANNEL, HIDDEN, MAX_CHAR_VALUE, MIN_CHAR_VALUE, MORE, SKIPFields inherited from class org.antlr.v4.runtime.Recognizer
_interp, EOF -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementLexer
getATN, getChannelNames, getGrammarFileName, getModeNames, getRuleNames, getSerializedATN, getTokenNames, getVocabularyMethods inherited from class org.antlr.v4.runtime.Lexer
emit, emit, emitEOF, getAllTokens, getChannel, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorDisplay, getErrorDisplay, getInputStream, getLine, getSourceName, getText, getToken, getTokenFactory, getType, mode, more, nextToken, notifyListeners, popMode, pushMode, recover, recover, reset, setChannel, setCharPositionInLine, setInputStream, setLine, setText, setToken, setTokenFactory, setType, skipMethods inherited from class org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
Constructor Details
-
ShadowDistSQLLexer
public ShadowDistSQLLexer(org.antlr.v4.runtime.CharStream input)
-