ParseResult class

Standardized result type for both modes.

Constructors

ParseResult.failure(String message, [int? position])
factory
ParseResult.success(Expression? value, {required bool complete})
factory

Properties

complete bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
final
position int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
getter/setter pair
value Expression?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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