TokenTypes enum

types of tokens

Inheritance

Constructors

TokenTypes()
const

Values

keyword → const TokenTypes
number → const TokenTypes
classType → const TokenTypes
function → const TokenTypes
identifier → const TokenTypes
staticType → const TokenTypes
constructor → const TokenTypes
comment → const TokenTypes
string → const TokenTypes
operator → const TokenTypes
separator → const TokenTypes
method → const TokenTypes
private → const TokenTypes
multilineComment → const TokenTypes
lineNumber → const TokenTypes

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<TokenTypes>
A constant List of the values in this enum, in order of their declaration.