Package org.antlr.grammar.v3
Class ANTLRv3Lexer.DFA22
- java.lang.Object
-
- org.antlr.runtime.DFA
-
- org.antlr.grammar.v3.ANTLRv3Lexer.DFA22
-
- Enclosing class:
- ANTLRv3Lexer
protected class ANTLRv3Lexer.DFA22 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 DFA22(BaseRecognizer recognizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()intspecialStateTransition(int s, IntStream _input)-
Methods inherited from class org.antlr.runtime.DFA
error, noViableAlt, predict, unpackEncodedString, unpackEncodedStringToUnsignedChars
-
-
-
-
Constructor Detail
-
DFA22
public DFA22(BaseRecognizer recognizer)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescriptionin classDFA
-
specialStateTransition
public int specialStateTransition(int s, IntStream _input) throws NoViableAltException- Overrides:
specialStateTransitionin classDFA- Throws:
NoViableAltException
-
-