Uses of Package
org.parboiled.matchers
-
Packages that use org.parboiled.matchers Package Description org.parboiled org.parboiled.errors org.parboiled.matchers org.parboiled.matchervisitors org.parboiled.parserunners org.parboiled.support -
Classes in org.parboiled.matchers used by org.parboiled Class Description ActionMatcher AnyMatcher AMatcher
matching any single character except EOI.AnyOfMatcher AMatcher
matching a single character out of a givenCharacters
set.CharIgnoreCaseMatcher AMatcher
matching a single character case-independently.CharMatcher AMatcher
matching a single given character.CharRangeMatcher AMatcher
matching a single character out of a given range of characters.CustomMatcher Base class of custom matcher implementations.EmptyMatcher AMatcher
that always successfully matches nothing.FirstOfMatcher AMatcher
trying all of its submatchers in sequence and succeeding when the first submatcher succeeds.FirstOfStringsMatcher A specialized FirstOfMatcher that handles FirstOf(string, string, ...) rules much faster that the regular FirstOfMatcher.Matcher A Matcher instance is responsible for "executing" a specific Rule instance, i.e.MemoMismatchesMatcher Special wrapping matcher that performs memoization of the last mismatch of the wrapped sub rule.NothingMatcher AMatcher
that never matches anything.OneOrMoreMatcher AMatcher
that repeatedly tries its submatcher against the input.OptionalMatcher AMatcher
that tries its submatcher once against the input and always succeeds.ProxyMatcher SequenceMatcher AMatcher
that executes all of its submatchers in sequence and only succeeds if all submatchers succeed.StringMatcher ASequenceMatcher
specialization for sequences of CharMatchers.TestMatcher A specialMatcher
not actually matching any input but rather trying its submatcher against the current input position.TestNotMatcher A specialMatcher
not actually matching any input but rather trying its submatcher against the current input position.VarFramingMatcher Special wrapping matcher that manages the creation and destruction of execution frames for a number of action vars.ZeroOrMoreMatcher AMatcher
that repeatedly tries its submatcher against the input. -
Classes in org.parboiled.matchers used by org.parboiled.errors Class Description Matcher A Matcher instance is responsible for "executing" a specific Rule instance, i.e. -
Classes in org.parboiled.matchers used by org.parboiled.matchers Class Description AbstractMatcher Abstract base class of most regularMatcher
s.FirstOfMatcher AMatcher
trying all of its submatchers in sequence and succeeding when the first submatcher succeeds.Matcher A Matcher instance is responsible for "executing" a specific Rule instance, i.e.SequenceMatcher 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.matchervisitors Class Description AbstractMatcher Abstract base class of most regularMatcher
s.ActionMatcher AnyMatcher AMatcher
matching any single character except EOI.AnyOfMatcher AMatcher
matching a single character out of a givenCharacters
set.CharIgnoreCaseMatcher AMatcher
matching a single character case-independently.CharMatcher AMatcher
matching a single given character.CharRangeMatcher AMatcher
matching a single character out of a given range of characters.CustomMatcher Base class of custom matcher implementations.EmptyMatcher AMatcher
that always successfully matches nothing.FirstOfMatcher AMatcher
trying all of its submatchers in sequence and succeeding when the first submatcher succeeds.Matcher A Matcher instance is responsible for "executing" a specific Rule instance, i.e.NothingMatcher AMatcher
that never matches anything.OneOrMoreMatcher AMatcher
that repeatedly tries its submatcher against the input.OptionalMatcher AMatcher
that tries its submatcher once against the input and always succeeds.SequenceMatcher AMatcher
that executes all of its submatchers in sequence and only succeeds if all submatchers succeed.TestMatcher A specialMatcher
not actually matching any input but rather trying its submatcher against the current input position.TestNotMatcher A specialMatcher
not actually matching any input but rather trying its submatcher against the current input position.ZeroOrMoreMatcher AMatcher
that repeatedly tries its submatcher against the input. -
Classes in org.parboiled.matchers used by org.parboiled.parserunners Class Description Matcher A Matcher instance is responsible for "executing" a specific Rule instance, i.e. -
Classes in org.parboiled.matchers used by org.parboiled.support Class Description Matcher A Matcher instance is responsible for "executing" a specific Rule instance, i.e.