ProductionRuleExpression<T> class
abstract
- Inheritance
-
- Object
- Expression<
T> - OrderedChoiceExpression<
T> - ProductionRuleExpression
- Implementers
- Available extensions
Constructors
Properties
-
expressions
→ List<
SequenceExpression< T> > -
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isOptional ↔ bool
-
getter/setter pairinherited
- kind → ExpressionKind
-
no setterinherited
- name → String
-
final
- rule ↔ ProductionRule?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startCharacters → SparseBoolList
-
finalinherited
-
startTerminals
→ Set<
TerminalRule> -
finalinherited
Methods
-
accept<
R> (ExpressionVisitor< R> visitor) → R -
inherited
-
map<
O> (O f(T)) → TransformerExpression< T, O> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
visitChildren<
R> (ExpressionVisitor< R> visitor) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited