protected class ExpressionLexer.DFA16 extends DFA
Inherited Members
org.antlr.runtime.DFA.error(org.antlr.runtime.NoViableAltException)
org.antlr.runtime.DFA.getDescription()
org.antlr.runtime.DFA.noViableAlt(int,org.antlr.runtime.IntStream)
org.antlr.runtime.DFA.predict(org.antlr.runtime.IntStream)
org.antlr.runtime.DFA.specialStateTransition(int,org.antlr.runtime.IntStream)
org.antlr.runtime.DFA.unpackEncodedString(java.lang.String)
org.antlr.runtime.DFA.unpackEncodedStringToUnsignedChars(java.lang.String)
Constructors
DFA16(BaseRecognizer recognizer)
public DFA16(BaseRecognizer recognizer)
Parameter | |
---|---|
Name | Description |
recognizer |
org.antlr.runtime.BaseRecognizer |
Methods
getDescription()
public String getDescription()
Returns | |
---|---|
Type | Description |
String |
org.antlr.runtime.DFA.getDescription()
specialStateTransition(int s, IntStream _input)
public int specialStateTransition(int s, IntStream _input)
Parameters | |
---|---|
Name | Description |
s |
int |
_input |
org.antlr.runtime.IntStream |
Returns | |
---|---|
Type | Description |
int |
org.antlr.runtime.DFA.specialStateTransition(int,org.antlr.runtime.IntStream)
Exceptions | |
---|---|
Type | Description |
org.antlr.runtime.NoViableAltException |