Uses of Package
org.parboiled.matchers
Packages that use org.parboiled.matchers
Package
Description
-
Classes in org.parboiled.matchers used by org.parboiledClassDescriptionA
Matcher
matching any single character except EOI.AMatcher
matching a single character out of a givenCharacters
set.AMatcher
matching a single character case-independently.AMatcher
matching a single given character.AMatcher
matching a single character out of a given range of characters.Base class of custom matcher implementations.AMatcher
that always successfully matches nothing.AMatcher
trying all of its submatchers in sequence and succeeding when the first submatcher succeeds.A specialized FirstOfMatcher that handles FirstOf(string, string, ...) rules much faster that the regular FirstOfMatcher.A Matcher instance is responsible for "executing" a specific Rule instance, i.e.Special wrapping matcher that performs memoization of the last mismatch of the wrapped sub rule.AMatcher
that never matches anything.AMatcher
that repeatedly tries its submatcher against the input.AMatcher
that tries its submatcher once against the input and always succeeds.AMatcher
that executes all of its submatchers in sequence and only succeeds if all submatchers succeed.ASequenceMatcher
specialization for sequences of CharMatchers.A specialMatcher
not actually matching any input but rather trying its submatcher against the current input position.A specialMatcher
not actually matching any input but rather trying its submatcher against the current input position.Special wrapping matcher that manages the creation and destruction of execution frames for a number of action vars.AMatcher
that repeatedly tries its submatcher against the input. -
Classes in org.parboiled.matchers used by org.parboiled.errorsClassDescriptionA Matcher instance is responsible for "executing" a specific Rule instance, i.e.
-
Classes in org.parboiled.matchers used by org.parboiled.matchersClassDescriptionAbstract base class of most regular
Matcher
s.AMatcher
trying all of its submatchers in sequence and succeeding when the first submatcher succeeds.A Matcher instance is responsible for "executing" a specific Rule instance, i.e.AMatcher
that executes all of its submatchers in sequence and only succeeds if all submatchers succeed. -
Classes in org.parboiled.matchers used by org.parboiled.matchervisitorsClassDescriptionAbstract base class of most regular
Matcher
s.AMatcher
matching any single character except EOI.AMatcher
matching a single character out of a givenCharacters
set.AMatcher
matching a single character case-independently.AMatcher
matching a single given character.AMatcher
matching a single character out of a given range of characters.Base class of custom matcher implementations.AMatcher
that always successfully matches nothing.AMatcher
trying all of its submatchers in sequence and succeeding when the first submatcher succeeds.A Matcher instance is responsible for "executing" a specific Rule instance, i.e.AMatcher
that never matches anything.AMatcher
that repeatedly tries its submatcher against the input.AMatcher
that tries its submatcher once against the input and always succeeds.AMatcher
that executes all of its submatchers in sequence and only succeeds if all submatchers succeed.A specialMatcher
not actually matching any input but rather trying its submatcher against the current input position.A specialMatcher
not actually matching any input but rather trying its submatcher against the current input position.AMatcher
that repeatedly tries its submatcher against the input. -
Classes in org.parboiled.matchers used by org.parboiled.parserunnersClassDescriptionA Matcher instance is responsible for "executing" a specific Rule instance, i.e.
-
Classes in org.parboiled.matchers used by org.parboiled.supportClassDescriptionA Matcher instance is responsible for "executing" a specific Rule instance, i.e.