CharacterClassExpression class

Inheritance

Constructors

CharacterClassExpression(List<List<int>> ranges)

Properties

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
final
level int?
getter/setter pairinherited
parent Expression?
getter/setter pairinherited
ranges → SparseBoolList
final
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
override
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