Package org.antlr.grammar.v3
Class ANTLRv3Parser.DFA81
- java.lang.Object
-
- org.antlr.runtime.DFA
-
- org.antlr.grammar.v3.ANTLRv3Parser.DFA81
-
- Enclosing class:
- ANTLRv3Parser
protected class ANTLRv3Parser.DFA81 extends DFA
-
-
Field Summary
-
Fields inherited from class org.antlr.runtime.DFA
accept, debug, decisionNumber, eof, eot, max, min, recognizer, special, transition
-
-
Constructor Summary
Constructors Constructor Description DFA81(BaseRecognizer recognizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
-
Methods inherited from class org.antlr.runtime.DFA
error, noViableAlt, predict, specialStateTransition, unpackEncodedString, unpackEncodedStringToUnsignedChars
-
-
-
-
Constructor Detail
-
DFA81
public DFA81(BaseRecognizer recognizer)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescription
in classDFA
-
-