Sequence8<I, O> class

Inheritance

Constructors

Sequence8.new(Parser<I, O> p1, Parser<I, O> p2, Parser<I, O> p3, Parser<I, O> p4, Parser<I, O> p5, Parser<I, O> p6, Parser<I, O> p7, Parser<I, O> p8, {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
p1 Parser<I, O>
final
p2 Parser<I, O>
final
p3 Parser<I, O>
final
p4 Parser<I, O>
final
p5 Parser<I, O>
final
p6 Parser<I, O>
final
p7 Parser<I, O>
final
p8 Parser<I, O>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

backtrack(State<ChunkedData<I>> state) bool
inherited
build(ParserBuilder<I> builder) Parser<I, List<O>>
override
fastParse(State<I> state) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(State<I> state) Result<List<O>>?
override
parseAsync(State<ChunkedData<I>> state, ResultCallback<List<O>> onDone) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited