Class BiochemistrydslLexer
-
- All Implemented Interfaces:
-
org.antlr.v4.runtime.TokenSource
public class BiochemistrydslLexer extends Lexer
-
-
Field Summary
Fields Modifier and Type Field Description public final static int
T__0
public final static int
T__1
public final static int
T__2
public final static int
T__3
public final static int
T__4
public final static int
T__5
public final static int
T__6
public final static int
T__7
public final static int
T__8
public final static int
T__9
public final static int
T__10
public final static int
T__11
public final static int
T__12
public final static int
T__13
public final static int
T__14
public final static int
T__15
public final static int
T__16
public final static int
T__17
public final static int
POSDOUBLE
public final static int
LITERAL
public final static int
WS
public final static int
ErrorCharacter
public static Array<String>
channelNames
public static Array<String>
modeNames
public final static Array<String>
ruleNames
public final static Vocabulary
VOCABULARY
public final static Array<String>
tokenNames
public final static String
_serializedATN
public final static ATN
_ATN
public final static int
DEFAULT_MODE
public final static int
MORE
public final static int
SKIP
public final static int
DEFAULT_TOKEN_CHANNEL
public final static int
HIDDEN
public final static int
MIN_CHAR_VALUE
public final static int
MAX_CHAR_VALUE
public CharStream
_input
public Token
_token
public int
_tokenStartCharIndex
public int
_tokenStartLine
public int
_tokenStartCharPositionInLine
public boolean
_hitEOF
public int
_channel
public int
_type
public final IntegerStack
_modeStack
public int
_mode
public String
_text
public final static int
EOF
-
Constructor Summary
Constructors Constructor Description BiochemistrydslLexer(CharStream input)
-
Method Summary
Modifier and Type Method Description Array<String>
getTokenNames()
Vocabulary
getVocabulary()
String
getGrammarFileName()
Array<String>
getRuleNames()
String
getSerializedATN()
Array<String>
getChannelNames()
Array<String>
getModeNames()
ATN
getATN()
-
Methods inherited from class org.antlr.v4.runtime.Lexer
emit, emit, emitEOF, getAllTokens, getChannel, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorDisplay, getInputStream, getLine, getSourceName, getText, getToken, getTokenFactory, getType, mode, more, nextToken, notifyListeners, popMode, pushMode, recover, reset, setChannel, setCharPositionInLine, setInputStream, setLine, setText, setToken, setTokenFactory, setType, skip
-
Methods inherited from class org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInputStream, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenFactory, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTokenNames
@Deprecated() Array<String> getTokenNames()
-
getVocabulary
Vocabulary getVocabulary()
-
getGrammarFileName
String getGrammarFileName()
-
getRuleNames
Array<String> getRuleNames()
-
getSerializedATN
String getSerializedATN()
-
getChannelNames
Array<String> getChannelNames()
-
getModeNames
Array<String> getModeNames()
-
getATN
ATN getATN()
-
-
-
-