PrecedencePredicateTransition

TODO add class description

Constructors

this
this(ATNState target, int precedence)
Undocumented in source.

Members

Functions

getPredicate
SemanticContext.PrecedencePredicate getPredicate()
Undocumented in source. Be warned that the author may not have intended to support it.
getSerializationType
int getSerializationType()

@uml @override

isEpsilon
bool isEpsilon()

@uml @override

matches
bool matches(int symbol, int minVocabSymbol, int maxVocabSymbol)

@uml @override

toString
string toString()

@uml @override

Variables

precedence
int precedence;

@uml @final

Meta