public class SparkStreamSqlLexer
extends org.antlr.v4.runtime.Lexer
| 限定符和类型 | 字段和说明 |
|---|---|
static org.antlr.v4.runtime.atn.ATN |
_ATN |
protected static org.antlr.v4.runtime.dfa.DFA[] |
_decisionToDFA |
static String |
_serializedATN |
protected static org.antlr.v4.runtime.atn.PredictionContextCache |
_sharedContextCache |
static int |
AS |
static int |
BIGINT |
static int |
BIT_AND_OP |
static int |
BIT_NOT_OP |
static int |
BIT_OR_OP |
static int |
BIT_XOR_OP |
static int |
BOOLEAN |
static int |
BY |
static String[] |
channelNames |
static int |
COMMA |
static int |
COMMENT |
static int |
COMMENT_INPUT |
static int |
CREATE |
static int |
DATE |
static int |
DCSTREAMCOMMENT |
static int |
DECIMAL_LITERAL |
static int |
DELAY |
static int |
DIVIDE |
static int |
DOT |
static int |
DOUBLE |
static int |
EQUAL_SYMBOL |
static int |
ERROR_RECONGNIGION |
static int |
ERRORCHANNEL |
static int |
EXCLAMATION_SYMBOL |
static int |
FALSE |
static int |
FLOAT |
static int |
GREATER_SYMBOL |
static int |
ID |
static int |
INSERT |
static int |
INT |
static int |
INTO |
static int |
LESS_SYMBOL |
static int |
LINE_COMMENT |
static int |
LR_BRACKET |
static int |
MINUS |
static int |
MINUSMINUS |
static String[] |
modeNames |
static int |
MODULE |
static int |
PATTERN |
static int |
PLUS |
static int |
REAL_LITERAL |
static int |
REVERSE_QUOTE_ID |
static int |
RR_BRACKET |
static String[] |
ruleNames |
static int |
SEMI |
static int |
SET |
static int |
SPACE |
static int |
SPEC_MYSQL_COMMENT |
static int |
STAR |
static int |
STREAM |
static int |
STRING |
static int |
STRING_LITERAL |
static int |
TABLE |
static int |
TIMESTAMP |
static String[] |
tokenNames
已过时。
Use
VOCABULARY instead. |
static int |
TRUE |
static int |
USING |
static org.antlr.v4.runtime.Vocabulary |
VOCABULARY |
static int |
WITH |
| 构造器和说明 |
|---|
SparkStreamSqlLexer(org.antlr.v4.runtime.CharStream input) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.antlr.v4.runtime.atn.ATN |
getATN() |
String[] |
getChannelNames() |
String |
getGrammarFileName() |
String[] |
getModeNames() |
String[] |
getRuleNames() |
String |
getSerializedATN() |
String[] |
getTokenNames()
已过时。
|
org.antlr.v4.runtime.Vocabulary |
getVocabulary() |
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, skipaction, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setStateprotected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
public static final int SPACE
public static final int SPEC_MYSQL_COMMENT
public static final int COMMENT_INPUT
public static final int LINE_COMMENT
public static final int CREATE
public static final int TABLE
public static final int STREAM
public static final int WITH
public static final int COMMENT
public static final int TRUE
public static final int FALSE
public static final int AS
public static final int BY
public static final int SET
public static final int DELAY
public static final int INSERT
public static final int INTO
public static final int USING
public static final int PATTERN
public static final int MINUSMINUS
public static final int STRING
public static final int BOOLEAN
public static final int INT
public static final int BIGINT
public static final int FLOAT
public static final int DOUBLE
public static final int DATE
public static final int TIMESTAMP
public static final int STAR
public static final int DIVIDE
public static final int MODULE
public static final int PLUS
public static final int MINUS
public static final int EQUAL_SYMBOL
public static final int GREATER_SYMBOL
public static final int LESS_SYMBOL
public static final int EXCLAMATION_SYMBOL
public static final int BIT_NOT_OP
public static final int BIT_OR_OP
public static final int BIT_AND_OP
public static final int BIT_XOR_OP
public static final int DOT
public static final int LR_BRACKET
public static final int RR_BRACKET
public static final int COMMA
public static final int SEMI
public static final int ID
public static final int REVERSE_QUOTE_ID
public static final int STRING_LITERAL
public static final int DECIMAL_LITERAL
public static final int REAL_LITERAL
public static final int ERROR_RECONGNIGION
public static final int DCSTREAMCOMMENT
public static final int ERRORCHANNEL
public static String[] channelNames
public static String[] modeNames
public static final String[] ruleNames
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
@Deprecated public static final String[] tokenNames
VOCABULARY instead.public static final org.antlr.v4.runtime.atn.ATN _ATN
@Deprecated public String[] getTokenNames()
getTokenNames 在类中 org.antlr.v4.runtime.Lexerpublic org.antlr.v4.runtime.Vocabulary getVocabulary()
getVocabulary 在类中 org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public String getGrammarFileName()
getGrammarFileName 在类中 org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public String[] getRuleNames()
getRuleNames 在类中 org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public String getSerializedATN()
getSerializedATN 在类中 org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public String[] getChannelNames()
getChannelNames 在类中 org.antlr.v4.runtime.Lexerpublic String[] getModeNames()
getModeNames 在类中 org.antlr.v4.runtime.Lexerpublic org.antlr.v4.runtime.atn.ATN getATN()
getATN 在类中 org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>Copyright © 2022. All rights reserved.