ExpressionToken class

Constructors

ExpressionToken(ExpressionTokenType? type, Variant? value, int? line, int? colum)
Creates an instance of this token and initializes it with specified values.

Properties

column int
The column number where the token is.
no setter
hashCode int
The hash code for this object.
no setterinherited
line int
The line number where the token is.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ExpressionTokenType
The type of this token.
no setter
value Variant
The value of this token.
no setter

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