Match1<O> class
Constructors
-
Match1.new(Parser<
StringReader, O> p, {String? name}) -
const
Properties
- getInputType → Type
-
no setterinherited
- getOutputType → Type
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
finalinherited
-
p
→ Parser<
StringReader, O> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
backtrack(
State< ChunkedData< state) → boolStringReader> > -
inherited
-
build(
ParserBuilder< StringReader> builder) → Parser<StringReader, ({int end, int start, String value})> -
override
-
fastParse(
State< StringReader> state) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
State< StringReader> state) → Result<({int end, int start, String value})> ? -
override
-
parseAsync(
State< ChunkedData< state, ResultCallback<StringReader> >({int end, int start, String value})> onDone) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited