PredicateTransition

TODO add class description

Constructors

this
this(ATNState target, int ruleIndex, int predIndex, bool isCtxDependent)
Undocumented in source.

Members

Functions

getPredicate
SemanticContext.Predicate 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

isCtxDependent
bool isCtxDependent;

@uml e.g., $i ref in pred @final

predIndex
int predIndex;

@uml @final

ruleIndex
int ruleIndex;

@uml @final

Meta