StreamChar class
Constructors
- StreamChar(String lexeme, StreamPos pos)
-
const
- StreamChar.eof()
-
factory
Properties
Methods
-
copy(
{String? lexeme, StreamPos? pos}) → StreamChar -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sameLexeme(
StreamChar char) → bool -
toString(
) → String -
A string representation of this object.
inherited
-
toToken(
TokenType type, {String? lexeme}) → Token
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override