EpsilonTransition class

Inheritance

Constructors

EpsilonTransition(ATNState target, [int outermostPrecedenceReturn = -1])

Properties

hashCode int
The hash code for this object.
no setterinherited
isEpsilon bool
Determines if the transition is an "epsilon" transition.
no setteroverride
label IntervalSet?
no setterinherited
outermostPrecedenceReturn int
@return the rule index of a precedence rule for which this transition is returning from, where the precedence value is 0; otherwise, -1.
final
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 setteroverride

Methods

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

Operators

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