TokenChar class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- AMPERSAND → const int
- ASTERISK → const int
- AT → const int
- BACKSLASH → const int
- BACKSPACE → const int
- BANG → const int
- CARET → const int
- COLON → const int
- COMMA → const int
- DOLLAR → const int
- DOT → const int
- DOUBLE_QUOTE → const int
- END_OF_FILE → const int
- EQUALS → const int
- FF → const int
- GREATER → const int
- HASH → const int
- LBRACE → const int
- LBRACK → const int
- LESS → const int
- LPAREN → const int
- MINUS → const int
- NAMESPACE → const int
- NEWLINE → const int
- OR → const int
- PERCENT → const int
- PLUS → const int
- PRIVATE_NAME → const int
- RBRACE → const int
- RBRACK → const int
- RETURN → const int
- RPAREN → const int
- SEMICOLON → const int
- SINGLE_QUOTE → const int
- SLASH → const int
- SPACE → const int
- TAB → const int
- TILDE → const int
- UNUSED → const int
- VT → const int