Parser class
Properties
Methods
-
match(
TokenIterator iterator, TokenKind expected) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
) → List< Todo> -
parseLabels(
TokenIterator iterator) → List< String> -
throwErrorIfDoesntMatch(
TokenIterator iterator, TokenKind expected) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited