Package | Description |
---|---|
org.antlr.grammar.v3 | |
org.antlr.runtime |
Modifier and Type | Method and Description |
---|---|
int |
ANTLRv3Lexer.DFA2.specialStateTransition(int s,
IntStream _input) |
int |
ANTLRv3Lexer.DFA22.specialStateTransition(int s,
IntStream _input) |
int |
ANTLRLexer.DFA9.specialStateTransition(int s,
IntStream _input) |
Modifier and Type | Method and Description |
---|---|
protected void |
DFA.error(NoViableAltException nvae)
A hook for debugging interface
|
Modifier and Type | Method and Description |
---|---|
protected void |
DFA.noViableAlt(int s,
IntStream input) |
int |
DFA.specialStateTransition(int s,
IntStream input) |
Copyright © 1992–2015 ANTLR. All rights reserved.