Choice6<I, O> class

Inheritance
Available Extensions

Constructors

Choice6(Parser<I, O> p1, Parser<I, O> p2, Parser<I, O> p3, Parser<I, O> p4, Parser<I, O> p5, Parser<I, O> p6)

Properties

error ParseError?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
label String
getter/setter pairinherited
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
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(ParseInput<I> input, ParseState state) Tuple1<O>?
override
toString() String
A string representation of this object.
inherited

Operators

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