Package org.antlr.gunit.swingui.parsers
Class ANTLRv3Lexer.DFA22
- java.lang.Object
-
- org.antlr.runtime.DFA
-
- org.antlr.gunit.swingui.parsers.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.String
getDescription()
int
specialStateTransition(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:
getDescription
in classDFA
-
specialStateTransition
public int specialStateTransition(int s, IntStream _input) throws NoViableAltException
- Overrides:
specialStateTransition
in classDFA
- Throws:
NoViableAltException
-
-