TokenStringInterpolation class

Inheritance

Constructors

TokenStringInterpolation({required String lexeme, required int line, required int column, required int offset, Token? previous, Token? next, required String startMark, required String endMark, required List<Token> interpolations})

Properties

column int
finalinherited
end int
no setterinherited
endMark String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
interpolations List<Token>
final
isKeyword bool
finalinherited
length int
no setterinherited
lexeme String
finalinherited
line int
finalinherited
literal String
no setterinherited
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
startMark String
finalinherited
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