TokenIdentifier class

Inheritance

Constructors

TokenIdentifier({required String lexeme, required int line, required int column, required int offset, Token? previous, Token? next, bool isMarked = false})

Properties

column int
finalinherited
end int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isKeyword bool
finalinherited
isMarked bool
whether this identifier is marked by grave accent marks.
final
length int
no setterinherited
lexeme String
finalinherited
line int
finalinherited
literal String
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