LabeledParser<R> class
abstract
Interface of a parser that has a debug label.
- Implemented types
-
- Parser<
R>
- Parser<
- Implementers
- Available extensions
- AcceptParser
- AndParserExtension
- CastListParserExtension
- CastParserExtension
- ChoiceParserExtension
- ContinuationParserExtension
- EndOfInputParserExtension
- FlattenParserExtension
- GreedyRepeatingParserExtension
- LabelParserExtension
- LazyRepeatingParserExtension
- MapParserExtension
- MatchesParserExtension
- NotParserExtension
- OptionalParserExtension
- PatternParserExtension
- PermuteParserExtension
- PickParserExtension
- PossessiveRepeatingParserExtension
- RecordParserExtension2
- RecordParserExtension3
- RecordParserExtension4
- RecordParserExtension5
- RecordParserExtension6
- RecordParserExtension7
- RecordParserExtension8
- RecordParserExtension9
- RepeatingCharacterParserExtension
- SeparatedByParserExtension
- SeparatedRepeatingParserExtension
- SequenceParserExtension
- SettableParserExtension
- SkipParserExtension
- TokenParserExtension
- TrimmingParserExtension
- WhereParserExtension
Constructors
Properties
-
children
→ List<
Parser> -
Returns a list of directly referenced parsers.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String
-
Debug label of the parser object.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
captureResultGeneric<
T> (T callback< R>(Parser< ) → TR> self) -
Internal helper to capture the generic type
R
of the parse result. This makes it possible to wrap the parser without loosing type information.inherited -
copy(
) → Parser< R> -
Returns a shallow copy of the receiver.
inherited
-
fastParseOn(
String buffer, int position) → int -
Primitive method doing the actual parsing.
inherited
-
hasEqualChildren(
covariant Parser other, Set< Parser> seen) → bool -
Compare the children of two parsers.
inherited
-
hasEqualProperties(
covariant Parser other) → bool -
Compare the properties of two parsers.
inherited
-
isEqualTo(
Parser other, [Set< Parser> ? seen]) → bool -
Recursively tests for structural equality of two parsers.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
String input, {int start = 0}) → Result< R> -
Returns the parse result of the
input
.inherited -
parseOn(
Context context) → Result< R> -
Primitive method doing the actual parsing.
inherited
-
replace(
Parser source, Parser target) → void -
Changes the receiver by replacing
source
withtarget
. Does nothing ifsource
does not exist in Parser.children.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited