AbstractPredicateTransition class abstract

Inheritance
Implementers

Constructors

AbstractPredicateTransition(ATNState target)

Properties

hashCode int
The hash code for this object.
no setterinherited
isEpsilon bool
Determines if the transition is an "epsilon" transition.
no setterinherited
label IntervalSet?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target ATNState
The target of this transition. */
getter/setter pairinherited
type TransitionType
no setterinherited

Methods

matches(int symbol, int minVocabSymbol, int maxVocabSymbol) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited