public class JobTaskLexer
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 |
BIT_AND_OP |
static int |
BIT_NOT_OP |
static int |
BIT_OR_OP |
static int |
BIT_XOR_OP |
static String[] |
channelNames |
static int |
COMMA |
static int |
COMMENT_INPUT |
static int |
DCSTREAMCOMMENT |
static int |
DIVIDE |
static int |
DOT |
static int |
DOT_ID |
static int |
EQUAL_SYMBOL |
static int |
ERROR_RECONGNIGION |
static int |
ERRORCHANNEL |
static int |
EXCLAMATION_SYMBOL |
static int |
GREATER_SYMBOL |
static int |
ID |
static int |
LESS_SYMBOL |
static int |
LINE_COMMENT |
static int |
LR_BRACKET |
static int |
MINUS |
static String[] |
modeNames |
static int |
MODULE |
static int |
PLUS |
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 |
STRING_LITERAL |
static String[] |
tokenNames
已过时。
Use
VOCABULARY instead. |
static int |
UNSET |
static org.antlr.v4.runtime.Vocabulary |
VOCABULARY |
| 构造器和说明 |
|---|
JobTaskLexer(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 SET
public static final int UNSET
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 DOT_ID
public static final int ID
public static final int REVERSE_QUOTE_ID
public static final int STRING_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.