TokenType enum
Values
- tartFunction → const TokenType
- tartIf → const TokenType
- tartElse → const TokenType
- tartSwitch → const TokenType
- tartCase → const TokenType
- tartDefault → const TokenType
- tartFor → const TokenType
- tartWhile → const TokenType
- tartDo → const TokenType
- tartBreak → const TokenType
- tartContinue → const TokenType
- tartReturn → const TokenType
- tartTry → const TokenType
- tartCatch → const TokenType
- tartFinally → const TokenType
- tartThrow → const TokenType
- tartAssert → const TokenType
- tartConst → const TokenType
- tartFinal → const TokenType
- tartVar → const TokenType
- tartLate → const TokenType
- required → const TokenType
- static → const TokenType
- async → const TokenType
- await → const TokenType
- yield → const TokenType
- integer → const TokenType
- double → const TokenType
- string → const TokenType
- boolean → const TokenType
- tartNull → const TokenType
- identifier → const TokenType
- plus → const TokenType
- plusPlus → const TokenType
- minus → const TokenType
- minusMinus → const TokenType
- multiply → const TokenType
- divide → const TokenType
- modulo → const TokenType
- equal → const TokenType
- notEqual → const TokenType
- greater → const TokenType
- less → const TokenType
- greaterEqual → const TokenType
- lessEqual → const TokenType
- and → const TokenType
- or → const TokenType
- not → const TokenType
- increment → const TokenType
- decrement → const TokenType
- assign → const TokenType
- plusAssign → const TokenType
- minusAssign → const TokenType
- multiplyAssign → const TokenType
- divideAssign → const TokenType
- leftParen → const TokenType
- rightParen → const TokenType
- leftBrace → const TokenType
- rightBrace → const TokenType
- leftBracket → const TokenType
- rightBracket → const TokenType
- semicolon → const TokenType
- colon → const TokenType
- comma → const TokenType
- dot → const TokenType
- eof → const TokenType
- unknown → const TokenType
- flutterWidget → const TokenType
- flutterParam → const TokenType
- tartToString → const TokenType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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