ErrorToken class

error

Inheritance

Constructors

ErrorToken(Iterable<int> runes, String error, {int start = 0, int end = 0, int lineStart = 0, int lineNumber = 1})

Properties

end int
tokens end position.
finalinherited
error String
final
hashCode int
The hash code for this object.
no setterinherited
lineNumber int
tokens lineNumber.
finalinherited
lineStart int
tokens lineStart position.
finalinherited
runes List<int>
no setterinherited
runesAsString String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
tokens start position.
finalinherited
type TokenType
finalinherited
typeAsString String
no setterinherited

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