protected class QueryParser.DFA5 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
DFA5(BaseRecognizer recognizer)
public DFA5(BaseRecognizer recognizer)
Parameter | |
---|---|
Name | Description |
recognizer |
org.antlr.runtime.BaseRecognizer |
Methods
getDescription()
public String getDescription()
Returns | |
---|---|
Type | Description |
String |
org.antlr.runtime.DFA.getDescription()