public class TemplateIrtgLexer
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 |
AND |
static int |
ARROW |
static int |
CLOSE_BK |
static int |
CLOSE_BRC |
static int |
CLOSE_SQBK |
static int |
COLON |
static int |
COMMA |
static int |
COMMENT |
static int |
DOUBLE_QUOTED_NAME |
static int |
FEATURE |
static int |
FIN_MARK |
static int |
FOREACH |
static int |
INTERPRETATION |
static String[] |
modeNames |
static int |
NAME |
static int |
NUMBER |
static int |
OPEN_BK |
static int |
OPEN_BRC |
static int |
OPEN_SQBK |
static int |
PIPE |
static int |
QUOTED_NAME |
static String[] |
ruleNames |
static String[] |
tokenNames
Deprecated.
Use
VOCABULARY instead. |
static int |
VARIABLE |
static org.antlr.v4.runtime.Vocabulary |
VOCABULARY |
static int |
WS |
Constructor and Description |
---|
TemplateIrtgLexer(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 INTERPRETATION
public static final int FEATURE
public static final int FOREACH
public static final int AND
public static final int NAME
public static final int QUOTED_NAME
public static final int DOUBLE_QUOTED_NAME
public static final int VARIABLE
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 OPEN_BRC
public static final int CLOSE_BRC
public static final int PIPE
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 TemplateIrtgLexer(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.