ActionParser class
- Available extensions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parser → ExpressionParser
-
final
- 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
-
parse(
String input) → Expression -
parsePrefix(
String input, {TypeChecker< TypeInfo> ? typeChecker}) → ParseResult -
parseStrict(
String input, {TypeChecker< TypeInfo> ? typeChecker}) → ParseResult - Parse input requiring complete success.
-
toString(
) → String -
A string representation of this object.
inherited
-
tryAutoComplete(
String input) → AutoCompleteResult -
Available on ActionParser, provided by the AutoCompleteParser extension
Try to parse input but return suggestions if parsing failed.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → ActionParser
-
no setter