public class OrbitLexer
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTOR |
static int |
COMMA |
static int |
COMMENT |
static int |
DATA |
static int |
ENUM |
static int |
EQUAL |
static int |
ID |
static int |
IGNORE |
static int |
INT |
static int |
LC_BRACE |
static int |
L_PAREN |
static int |
RC_BRACE |
static int |
R_PAREN |
static int |
SEMI_COLON |
static org.antlr.v4.runtime.Vocabulary |
VOCABULARY |
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 java.lang.String[] |
channelNames |
static java.lang.String[] |
modeNames |
static java.lang.String[] |
ruleNames |
static java.lang.String[] |
tokenNames |
| Constructor and Description |
|---|
OrbitLexer(org.antlr.v4.runtime.CharStream input) |
| Modifier and Type | Method and Description |
|---|---|
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()
Deprecated.
|
org.antlr.v4.runtime.Vocabulary |
getVocabulary() |
protected static org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
protected static org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
public static int DATA
public static int ENUM
public static int ACTOR
public static int ID
public static int INT
public static int COMMA
public static int EQUAL
public static int L_PAREN
public static int LC_BRACE
public static int R_PAREN
public static int RC_BRACE
public static int SEMI_COLON
public static int COMMENT
public static int IGNORE
public static java.lang.String[] channelNames
public static java.lang.String[] modeNames
public static java.lang.String[] ruleNames
public static org.antlr.v4.runtime.Vocabulary VOCABULARY
public static java.lang.String[] tokenNames
public static java.lang.String _serializedATN
public static org.antlr.v4.runtime.atn.ATN _ATN
public java.lang.String[] getTokenNames()
public org.antlr.v4.runtime.Vocabulary getVocabulary()
public java.lang.String getGrammarFileName()
public java.lang.String[] getRuleNames()
public java.lang.String getSerializedATN()
public java.lang.String[] getChannelNames()
public java.lang.String[] getModeNames()
public org.antlr.v4.runtime.atn.ATN getATN()