Package org.antlr.grammar.v3
Class ANTLRv3Tree.DFA48
- java.lang.Object
-
- org.antlr.runtime.DFA
-
- org.antlr.grammar.v3.ANTLRv3Tree.DFA48
-
- Enclosing class:
- ANTLRv3Tree
protected class ANTLRv3Tree.DFA48 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 DFA48(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
-
DFA48
public DFA48(BaseRecognizer recognizer)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescription
in classDFA
-
-