State<T> class

Constructors

State(T input)

Properties

errorCount ↔ int
getter/setter pair
failPos ↔ int
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
ignoreErrors ↔ bool
getter/setter pair
input → T
final
isRecoverable ↔ bool
getter/setter pair
lastFailPos ↔ int
getter/setter pair
ok ↔ bool
getter/setter pair
pos ↔ int
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

backtrack(int pos) → void
fail(ParseError error) → bool
failAll(List<ParseError> errors) → bool
failAllAt(int offset, List<ParseError> errors) → bool
failAt(int offset, ParseError error) → bool
getErrors() → List<ParseError>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setOk(bool ok) → void
toString() → String
A string representation of this object.
override

Operators

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