Class EncryptDistSQLLexer
- 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.EncryptDistSQLStatementLexer
-
- org.apache.shardingsphere.encrypt.distsql.parser.core.EncryptDistSQLLexer
-
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource,SQLLexer
public final class EncryptDistSQLLexer extends EncryptDistSQLStatementLexer implements SQLLexer
SQL lexer for encrypt DistSQL.
-
-
Field Summary
-
Fields inherited from class org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementLexer
_ATN, _decisionToDFA, _serializedATN, _sharedContextCache, AES, ALTER, AMPERSAND_, AND_, ASSISTED_QUERY, ASSISTED_QUERY_ALGORITHM, ASSISTED_QUERY_COLUMN, ASTERISK_, AT_, BACKSLASH_, BITNUM_, BQ_, CARET_, channelNames, CHAR_DIGEST_LIKE, CIPHER, COLON_, COLUMN, COLUMNS, COMMA_, COUNT, CREATE, DEQ_, DOT_, DOTASTERISK_, DQ_, DROP, ENCRYPT, ENCRYPT_ALGORITHM, EQ_, EXISTS, FALSE, FOR_GENERATOR, FROM, GT_, GTE_, HEX_, HEXDIGIT_, IDENTIFIER_, IF, INT_, JSONSEPARATOR_, LBE_, LBT_, LIKE_QUERY, LIKE_QUERY_ALGORITHM, LIKE_QUERY_COLUMN, LP_, LT_, LTE_, MD5, MINUS_, MOD_, modeNames, NAME, NEQ_, NOT, NOT_, NUMBER_, OR_, PLUS_, POUND_, PROPERTIES, QUESTION_, RBE_, RBT_, RC4, RESOURCE, RP_, RULE, ruleNames, RULES, SAFEEQ_, SEMI_, SHOW, SIGNEDLEFTSHIFT_, SIGNEDRIGHTSHIFT_, SLASH_, SM3, SM4, SQ_, STRING_, TABLE, TILDE_, tokenNames, TRUE, TYPE, UL_, VERTICALBAR_, VOCABULARY, WS
-
Fields 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, SKIP
-
-
Constructor Summary
Constructors Constructor Description EncryptDistSQLLexer(org.antlr.v4.runtime.CharStream input)
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementLexer
getATN, getChannelNames, getGrammarFileName, getModeNames, getRuleNames, getSerializedATN, getTokenNames, getVocabulary
-
Methods 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, skip
-
Methods 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
-
-