类 ShardingDistSQLLexer
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.ShardingDistSQLStatementLexer
org.apache.shardingsphere.sharding.distsql.parser.core.ShardingDistSQLLexer
- 所有已实现的接口:
org.antlr.v4.runtime.TokenSource,org.apache.shardingsphere.sql.parser.api.parser.SQLLexer
public final class ShardingDistSQLLexer
extends ShardingDistSQLStatementLexer
implements org.apache.shardingsphere.sql.parser.api.parser.SQLLexer
SQL lexer for sharding DistSQL.
-
字段概要
从类继承的字段 org.apache.shardingsphere.distsql.parser.autogen.ShardingDistSQLStatementLexer
_ATN, _decisionToDFA, _serializedATN, _sharedContextCache, ALGORITHM, ALGORITHMS, ALLOW_HINT_DISABLE, ALTER, AMPERSAND_, AND_, ASTERISK_, AT_, AUDIT_STRATEGY, AUDITOR, AUDITORS, AUTO_INTERVAL, BACKSLASH_, BOUNDARY_RANGE, BQ_, BROADCAST, CARET_, channelNames, CLASS_BASED, COLON_, COLUMN, COLUMNS, COMMA_, COMPLEX, COMPLEX_INLINE, COSID, COSID_INTERVAL, COSID_INTERVAL_SNOWFLAKE, COSID_MOD, COSID_SNOWFLAKE, COUNT, CREATE, DATABASE, DATABASE_STRATEGY, DATANODES, DEFAULT, DEFAULT_TABLE_STRATEGY, DEQ_, DML_SHARDING_CONDITIONS, DOT_, DOTASTERISK_, DQ_, DROP, EQ_, EXISTS, FALSE, FOR_GENERATOR, FROM, GENERATOR, GENERATORS, GT_, GTE_, HASH_MOD, HINT, HINT_INLINE, IDENTIFIER_, IF, INLINE, INT_, INTERVAL, JSONSEPARATOR_, KEY, KEY_GENERATE_STRATEGY, KEY_GENERATOR, LBE_, LBT_, LP_, LT_, LTE_, MINUS_, MOD, MOD_, modeNames, NAME, NANOID, NEQ_, NODES, NONE, NOT, NOT_, OR_, PLUS_, POUND_, PROPERTIES, QUESTION_, RBE_, RBT_, REFERENCE, RP_, RULE, ruleNames, RULES, SAFEEQ_, SEMI_, SHARDING, SHARDING_ALGORITHM, SHARDING_COLUMN, SHARDING_COLUMNS, SHOW, SIGNEDLEFTSHIFT_, SIGNEDRIGHTSHIFT_, SLASH_, SNOWFLAKE, SQ_, STANDARD, STORAGE_UNITS, STRATEGY, STRING_, TABLE, TABLE_STRATEGY, TILDE_, tokenNames, TRUE, TYPE, UL_, UNUSED, USED, UUID, VERTICALBAR_, VOCABULARY, VOLUME_RANGE, WITH, WS从类继承的字段 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从类继承的字段 org.antlr.v4.runtime.Recognizer
_interp, EOF -
构造器概要
构造器 -
方法概要
从类继承的方法 org.apache.shardingsphere.distsql.parser.autogen.ShardingDistSQLStatementLexer
getATN, getChannelNames, getGrammarFileName, getModeNames, getRuleNames, getSerializedATN, getTokenNames, getVocabulary从类继承的方法 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从类继承的方法 org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
构造器详细资料
-
ShardingDistSQLLexer
public ShardingDistSQLLexer(org.antlr.v4.runtime.CharStream input)
-