Expression class abstract

Implementers

Constructors

Expression()

Properties

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

Methods

accept<T>(ExpressionVisitor<T> visitor) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visitChildren<T>(ExpressionVisitor<T> visitor) → void

Operators

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

Static Properties

allChararcters → SparseBoolList
final
allChararctersWithEof → SparseBoolList
final

Constants

eof → const int
maxUnicode → const int