TokenIntegerLiteral class

Inheritance

Constructors

TokenIntegerLiteral({required String lexeme, required int line, required int column, required int offset, Token? previous, Token? next, required int literal})

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 → int
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

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