Token class

Constructors

Token.fromProxy(dynamic obj)

Properties

end int?
The character at which the token ends.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int?
The character (on the given line) at which the token starts.
final
state JsObject?
The mode's state at the end of this token.
final
string String?
The token's string.
final
type String?
The token type the mode assigned to the token, such as "keyword" or "comment" (may also be null).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited