TokenComment class

Inheritance

Constructors

TokenComment({required String lexeme, required int line, required int column, required int offset, Token? previous, Token? next, bool isDocumentation = false, bool isMultiLine = false, bool isTrailing = false})

Properties

column int
finalinherited
end int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isDocumentation bool
final
isKeyword bool
finalinherited
isMultiLine bool
final
isTrailing bool
final
length int
no setterinherited
lexeme String
finalinherited
line int
finalinherited
literal → dynamic
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
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