Class EncryptDistSQLStatementLexer
- 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
-
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource
- Direct Known Subclasses:
EncryptDistSQLLexer
public class EncryptDistSQLStatementLexer extends org.antlr.v4.runtime.Lexer
-
-
Field Summary
Fields Modifier and Type Field Description static org.antlr.v4.runtime.atn.ATN_ATNprotected static org.antlr.v4.runtime.dfa.DFA[]_decisionToDFAstatic String_serializedATNprotected static org.antlr.v4.runtime.atn.PredictionContextCache_sharedContextCachestatic intAESstatic intALTERstatic intAMPERSAND_static intAND_static intASSISTED_QUERYstatic intASSISTED_QUERY_ALGORITHMstatic intASSISTED_QUERY_COLUMNstatic intASTERISK_static intAT_static intBACKSLASH_static intBITNUM_static intBQ_static intCARET_static String[]channelNamesstatic intCHAR_DIGEST_LIKEstatic intCIPHERstatic intCOLON_static intCOLUMNstatic intCOLUMNSstatic intCOMMA_static intCOUNTstatic intCREATEstatic intDEQ_static intDOT_static intDOTASTERISK_static intDQ_static intDROPstatic intENCRYPTstatic intENCRYPT_ALGORITHMstatic intEQ_static intEXISTSstatic intFALSEstatic intFOR_GENERATORstatic intFROMstatic intGT_static intGTE_static intHEX_static intHEXDIGIT_static intIDENTIFIER_static intIFstatic intINT_static intJSONSEPARATOR_static intLBE_static intLBT_static intLIKE_QUERYstatic intLIKE_QUERY_ALGORITHMstatic intLIKE_QUERY_COLUMNstatic intLP_static intLT_static intLTE_static intMD5static intMINUS_static intMOD_static String[]modeNamesstatic intNAMEstatic intNEQ_static intNOTstatic intNOT_static intNUMBER_static intOR_static intPLUS_static intPOUND_static intPROPERTIESstatic intQUESTION_static intRBE_static intRBT_static intRC4static intRESOURCEstatic intRP_static intRULEstatic String[]ruleNamesstatic intRULESstatic intSAFEEQ_static intSEMI_static intSHOWstatic intSIGNEDLEFTSHIFT_static intSIGNEDRIGHTSHIFT_static intSLASH_static intSM3static intSM4static intSQ_static intSTRING_static intTABLEstatic intTILDE_static String[]tokenNamesDeprecated.UseVOCABULARYinstead.static intTRUEstatic intTYPEstatic intUL_static intVERTICALBAR_static org.antlr.v4.runtime.VocabularyVOCABULARYstatic intWS-
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 EncryptDistSQLStatementLexer(org.antlr.v4.runtime.CharStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.antlr.v4.runtime.atn.ATNgetATN()String[]getChannelNames()StringgetGrammarFileName()String[]getModeNames()String[]getRuleNames()StringgetSerializedATN()String[]getTokenNames()Deprecated.org.antlr.v4.runtime.VocabularygetVocabulary()-
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
-
-
-
-
Field Detail
-
_decisionToDFA
protected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
-
_sharedContextCache
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
-
AND_
public static final int AND_
- See Also:
- Constant Field Values
-
OR_
public static final int OR_
- See Also:
- Constant Field Values
-
NOT_
public static final int NOT_
- See Also:
- Constant Field Values
-
TILDE_
public static final int TILDE_
- See Also:
- Constant Field Values
-
VERTICALBAR_
public static final int VERTICALBAR_
- See Also:
- Constant Field Values
-
AMPERSAND_
public static final int AMPERSAND_
- See Also:
- Constant Field Values
-
SIGNEDLEFTSHIFT_
public static final int SIGNEDLEFTSHIFT_
- See Also:
- Constant Field Values
-
SIGNEDRIGHTSHIFT_
public static final int SIGNEDRIGHTSHIFT_
- See Also:
- Constant Field Values
-
CARET_
public static final int CARET_
- See Also:
- Constant Field Values
-
MOD_
public static final int MOD_
- See Also:
- Constant Field Values
-
COLON_
public static final int COLON_
- See Also:
- Constant Field Values
-
PLUS_
public static final int PLUS_
- See Also:
- Constant Field Values
-
MINUS_
public static final int MINUS_
- See Also:
- Constant Field Values
-
ASTERISK_
public static final int ASTERISK_
- See Also:
- Constant Field Values
-
SLASH_
public static final int SLASH_
- See Also:
- Constant Field Values
-
BACKSLASH_
public static final int BACKSLASH_
- See Also:
- Constant Field Values
-
DOT_
public static final int DOT_
- See Also:
- Constant Field Values
-
DOTASTERISK_
public static final int DOTASTERISK_
- See Also:
- Constant Field Values
-
SAFEEQ_
public static final int SAFEEQ_
- See Also:
- Constant Field Values
-
DEQ_
public static final int DEQ_
- See Also:
- Constant Field Values
-
EQ_
public static final int EQ_
- See Also:
- Constant Field Values
-
NEQ_
public static final int NEQ_
- See Also:
- Constant Field Values
-
GT_
public static final int GT_
- See Also:
- Constant Field Values
-
GTE_
public static final int GTE_
- See Also:
- Constant Field Values
-
LT_
public static final int LT_
- See Also:
- Constant Field Values
-
LTE_
public static final int LTE_
- See Also:
- Constant Field Values
-
POUND_
public static final int POUND_
- See Also:
- Constant Field Values
-
LP_
public static final int LP_
- See Also:
- Constant Field Values
-
RP_
public static final int RP_
- See Also:
- Constant Field Values
-
LBE_
public static final int LBE_
- See Also:
- Constant Field Values
-
RBE_
public static final int RBE_
- See Also:
- Constant Field Values
-
LBT_
public static final int LBT_
- See Also:
- Constant Field Values
-
RBT_
public static final int RBT_
- See Also:
- Constant Field Values
-
COMMA_
public static final int COMMA_
- See Also:
- Constant Field Values
-
DQ_
public static final int DQ_
- See Also:
- Constant Field Values
-
SQ_
public static final int SQ_
- See Also:
- Constant Field Values
-
BQ_
public static final int BQ_
- See Also:
- Constant Field Values
-
QUESTION_
public static final int QUESTION_
- See Also:
- Constant Field Values
-
AT_
public static final int AT_
- See Also:
- Constant Field Values
-
SEMI_
public static final int SEMI_
- See Also:
- Constant Field Values
-
JSONSEPARATOR_
public static final int JSONSEPARATOR_
- See Also:
- Constant Field Values
-
UL_
public static final int UL_
- See Also:
- Constant Field Values
-
WS
public static final int WS
- See Also:
- Constant Field Values
-
CREATE
public static final int CREATE
- See Also:
- Constant Field Values
-
ALTER
public static final int ALTER
- See Also:
- Constant Field Values
-
DROP
public static final int DROP
- See Also:
- Constant Field Values
-
SHOW
public static final int SHOW
- See Also:
- Constant Field Values
-
RESOURCE
public static final int RESOURCE
- See Also:
- Constant Field Values
-
RULE
public static final int RULE
- See Also:
- Constant Field Values
-
FROM
public static final int FROM
- See Also:
- Constant Field Values
-
ENCRYPT
public static final int ENCRYPT
- See Also:
- Constant Field Values
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
ENCRYPT_ALGORITHM
public static final int ENCRYPT_ALGORITHM
- See Also:
- Constant Field Values
-
ASSISTED_QUERY_ALGORITHM
public static final int ASSISTED_QUERY_ALGORITHM
- See Also:
- Constant Field Values
-
LIKE_QUERY_ALGORITHM
public static final int LIKE_QUERY_ALGORITHM
- See Also:
- Constant Field Values
-
NAME
public static final int NAME
- See Also:
- Constant Field Values
-
PROPERTIES
public static final int PROPERTIES
- See Also:
- Constant Field Values
-
COLUMN
public static final int COLUMN
- See Also:
- Constant Field Values
-
RULES
public static final int RULES
- See Also:
- Constant Field Values
-
TABLE
public static final int TABLE
- See Also:
- Constant Field Values
-
COLUMNS
public static final int COLUMNS
- See Also:
- Constant Field Values
-
CIPHER
public static final int CIPHER
- See Also:
- Constant Field Values
-
ASSISTED_QUERY
public static final int ASSISTED_QUERY
- See Also:
- Constant Field Values
-
ASSISTED_QUERY_COLUMN
public static final int ASSISTED_QUERY_COLUMN
- See Also:
- Constant Field Values
-
LIKE_QUERY
public static final int LIKE_QUERY
- See Also:
- Constant Field Values
-
LIKE_QUERY_COLUMN
public static final int LIKE_QUERY_COLUMN
- See Also:
- Constant Field Values
-
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
-
IF
public static final int IF
- See Also:
- Constant Field Values
-
EXISTS
public static final int EXISTS
- See Also:
- Constant Field Values
-
COUNT
public static final int COUNT
- See Also:
- Constant Field Values
-
MD5
public static final int MD5
- See Also:
- Constant Field Values
-
AES
public static final int AES
- See Also:
- Constant Field Values
-
RC4
public static final int RC4
- See Also:
- Constant Field Values
-
SM3
public static final int SM3
- See Also:
- Constant Field Values
-
SM4
public static final int SM4
- See Also:
- Constant Field Values
-
CHAR_DIGEST_LIKE
public static final int CHAR_DIGEST_LIKE
- See Also:
- Constant Field Values
-
NOT
public static final int NOT
- See Also:
- Constant Field Values
-
FOR_GENERATOR
public static final int FOR_GENERATOR
- See Also:
- Constant Field Values
-
IDENTIFIER_
public static final int IDENTIFIER_
- See Also:
- Constant Field Values
-
STRING_
public static final int STRING_
- See Also:
- Constant Field Values
-
INT_
public static final int INT_
- See Also:
- Constant Field Values
-
HEX_
public static final int HEX_
- See Also:
- Constant Field Values
-
NUMBER_
public static final int NUMBER_
- See Also:
- Constant Field Values
-
HEXDIGIT_
public static final int HEXDIGIT_
- See Also:
- Constant Field Values
-
BITNUM_
public static final int BITNUM_
- See Also:
- Constant Field Values
-
channelNames
public static String[] channelNames
-
modeNames
public static String[] modeNames
-
ruleNames
public static final String[] ruleNames
-
VOCABULARY
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
-
tokenNames
@Deprecated public static final String[] tokenNames
Deprecated.UseVOCABULARYinstead.
-
_serializedATN
public static final String _serializedATN
- See Also:
- Constant Field Values
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Method Detail
-
getTokenNames
@Deprecated public String[] getTokenNames()
Deprecated.- Overrides:
getTokenNamesin classorg.antlr.v4.runtime.Lexer
-
getVocabulary
public org.antlr.v4.runtime.Vocabulary getVocabulary()
- Overrides:
getVocabularyin classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getGrammarFileName
public String getGrammarFileName()
- Specified by:
getGrammarFileNamein classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getRuleNames
public String[] getRuleNames()
- Specified by:
getRuleNamesin classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getSerializedATN
public String getSerializedATN()
- Overrides:
getSerializedATNin classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getChannelNames
public String[] getChannelNames()
- Overrides:
getChannelNamesin classorg.antlr.v4.runtime.Lexer
-
getModeNames
public String[] getModeNames()
- Overrides:
getModeNamesin classorg.antlr.v4.runtime.Lexer
-
getATN
public org.antlr.v4.runtime.atn.ATN getATN()
- Specified by:
getATNin classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
-