TokenBooleanLiteral class
Constructors
Properties
- column → int
-
finalinherited
- end → int
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isKeyword → bool
-
finalinherited
- length → int
-
no setterinherited
- lexeme → String
-
finalinherited
- line → int
-
finalinherited
- literal → bool
-
final
- next ↔ Token?
-
getter/setter pairinherited
- offset → int
-
the start position of this token
finalinherited
- previous ↔ Token?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited