public class TreeAutomatonLexer
extends org.antlr.v4.runtime.Lexer
Modifier and Type | Field and Description |
---|---|
static org.antlr.v4.runtime.atn.ATN |
_ATN |
static String |
_serializedATN |
static int |
ARROW |
static int |
CLOSE_BK |
static int |
CLOSE_SQBK |
static int |
COLON |
static int |
COMMA |
static int |
COMMENT |
static int |
DOUBLE_QUOTED_NAME |
static int |
FIN_MARK |
static String[] |
modeNames |
static int |
NAME |
static int |
NUMBER |
static int |
OPEN_BK |
static int |
OPEN_SQBK |
static int |
QUOTED_NAME |
static String[] |
ruleNames |
static String[] |
tokenNames
Deprecated.
Use
VOCABULARY instead. |
static org.antlr.v4.runtime.Vocabulary |
VOCABULARY |
static int |
WS |
Constructor and Description |
---|
TreeAutomatonLexer(org.antlr.v4.runtime.CharStream input) |
Modifier and Type | Method and Description |
---|---|
org.antlr.v4.runtime.atn.ATN |
getATN() |
String |
getGrammarFileName() |
String[] |
getModeNames() |
String[] |
getRuleNames() |
String |
getSerializedATN() |
String[] |
getTokenNames()
Deprecated.
|
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, skip
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
public static final int NAME
public static final int QUOTED_NAME
public static final int DOUBLE_QUOTED_NAME
public static final int NUMBER
public static final int FIN_MARK
public static final int ARROW
public static final int OPEN_BK
public static final int CLOSE_BK
public static final int OPEN_SQBK
public static final int CLOSE_SQBK
public static final int COMMA
public static final int COLON
public static final int WS
public static final int COMMENT
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 String _serializedATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
public TreeAutomatonLexer(org.antlr.v4.runtime.CharStream input)
@Deprecated public String[] getTokenNames()
getTokenNames
in class org.antlr.v4.runtime.Lexer
public org.antlr.v4.runtime.Vocabulary getVocabulary()
getVocabulary
in class org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
public String getGrammarFileName()
getGrammarFileName
in class org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
public String[] getRuleNames()
getRuleNames
in class org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
public String getSerializedATN()
getSerializedATN
in class org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
public String[] getModeNames()
getModeNames
in class org.antlr.v4.runtime.Lexer
public org.antlr.v4.runtime.atn.ATN getATN()
getATN
in class org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
Copyright © 2017. All rights reserved.