Class ExpressionLexer.DFA16 (2.0.0)

protected class ExpressionLexer.DFA16 extends DFA

Inheritance

java.lang.Object > org.antlr.runtime.DFA > ExpressionLexer.DFA16

Constructors

DFA16(BaseRecognizer recognizer)

public DFA16(BaseRecognizer recognizer)
Parameter
NameDescription
recognizerorg.antlr.runtime.BaseRecognizer

Methods

getDescription()

public String getDescription()
Returns
TypeDescription
String
Overrides
org.antlr.runtime.DFA.getDescription()

specialStateTransition(int s, IntStream _input)

public int specialStateTransition(int s, IntStream _input)
Parameters
NameDescription
sint
_inputorg.antlr.runtime.IntStream
Returns
TypeDescription
int
Overrides
org.antlr.runtime.DFA.specialStateTransition(int,org.antlr.runtime.IntStream)
Exceptions
TypeDescription
org.antlr.runtime.NoViableAltException