Class QueryParser.DFA9 (2.0.0)

protected class QueryParser.DFA9 extends DFA

Inheritance

java.lang.Object > org.antlr.runtime.DFA > QueryParser.DFA9
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

DFA9(BaseRecognizer recognizer)

public DFA9(BaseRecognizer recognizer)
Parameter
Name Description
recognizer org.antlr.runtime.BaseRecognizer

Methods

getDescription()

public String getDescription()
Returns
Type Description
String
Overrides
org.antlr.runtime.DFA.getDescription()