public class TripodLexer
extends org.antlr.v4.runtime.Lexer
| 限定符和类型 | 字段和说明 |
|---|---|
static org.antlr.v4.runtime.atn.ATN |
_ATN |
protected static org.antlr.v4.runtime.dfa.DFA[] |
_decisionToDFA |
static java.lang.String |
_serializedATN |
protected static org.antlr.v4.runtime.atn.PredictionContextCache |
_sharedContextCache |
static int |
AND |
static int |
CARET |
static java.lang.String[] |
channelNames |
static int |
COLON |
static int |
COMMA |
static int |
COMMENT |
static int |
DQ_PHRASE |
static int |
IDENTIFIER |
static int |
LBRACE |
static int |
LBRACK |
static int |
LINE_COMMENT |
static int |
LPAREN |
static int |
MINUS |
static java.lang.String[] |
modeNames |
static int |
MUST |
static int |
NOT |
static int |
NUMBER |
static int |
OR |
static int |
Q_PHRASE |
static int |
QMARK |
static int |
RBRACE |
static int |
RBRACK |
static int |
RPAREN |
static java.lang.String[] |
ruleNames |
static int |
STAR |
static int |
SWANGDASH |
static int |
TERM |
static java.lang.String[] |
tokenNames
已过时。
Use
VOCABULARY instead. |
static org.antlr.v4.runtime.Vocabulary |
VOCABULARY |
static int |
WS |
| 构造器和说明 |
|---|
TripodLexer(org.antlr.v4.runtime.CharStream input) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.antlr.v4.runtime.atn.ATN |
getATN() |
java.lang.String[] |
getChannelNames() |
java.lang.String |
getGrammarFileName() |
java.lang.String[] |
getModeNames() |
java.lang.String[] |
getRuleNames() |
java.lang.String |
getSerializedATN() |
java.lang.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 NUMBER
public static final int TERM
public static final int IDENTIFIER
public static final int Q_PHRASE
public static final int DQ_PHRASE
public static final int LPAREN
public static final int RPAREN
public static final int LBRACE
public static final int RBRACE
public static final int LBRACK
public static final int RBRACK
public static final int COMMA
public static final int NOT
public static final int COLON
public static final int AND
public static final int OR
public static final int MUST
public static final int MINUS
public static final int STAR
public static final int CARET
public static final int SWANGDASH
public static final int QMARK
public static final int WS
public static final int COMMENT
public static final int LINE_COMMENT
public static java.lang.String[] channelNames
public static java.lang.String[] modeNames
public static final java.lang.String[] ruleNames
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
@Deprecated public static final java.lang.String[] tokenNames
VOCABULARY instead.public static final java.lang.String _serializedATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
@Deprecated public java.lang.String[] getTokenNames()
getTokenNames 在类中 org.antlr.v4.runtime.Lexerpublic org.antlr.v4.runtime.Vocabulary getVocabulary()
getVocabulary 在类中 org.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public java.lang.String getGrammarFileName()
getGrammarFileName 在类中 org.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public java.lang.String[] getRuleNames()
getRuleNames 在类中 org.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public java.lang.String getSerializedATN()
getSerializedATN 在类中 org.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public java.lang.String[] getChannelNames()
getChannelNames 在类中 org.antlr.v4.runtime.Lexerpublic java.lang.String[] getModeNames()
getModeNames 在类中 org.antlr.v4.runtime.Lexerpublic org.antlr.v4.runtime.atn.ATN getATN()
getATN 在类中 org.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>Copyright © 2022. All Rights Reserved.