SymbolExpression class abstract

Inheritance
Implementers

Constructors

SymbolExpression(String name)

Properties

expression OrderedChoiceExpression?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pairinherited
index int?
getter/setter pairinherited
isLast bool
getter/setter pairinherited
isOptional bool
getter/setter pairinherited
isSuccessful bool
getter/setter pairinherited
kind ExpressionKind
no setterinherited
level int?
getter/setter pairinherited
memoize bool
getter/setter pair
name String
final
parent Expression?
getter/setter pairinherited
resultType String
getter/setter pairinherited
resultUsed bool
getter/setter pairinherited
rule ProductionRule?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startCharacters → SparseBoolList
finalinherited
startTerminals Set<ProductionRule>
finalinherited
variable String?
getter/setter pairinherited

Methods

accept<T>(ExpressionVisitor<T> visitor) → T
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<T>(ExpressionVisitor<T> visitor) → void
inherited

Operators

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