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 AMatchermatching any single character except EOI.AnyOfMatcher AMatchermatching a single character out of a givenCharactersset.CharIgnoreCaseMatcher AMatchermatching a single character case-independently.CharMatcher AMatchermatching a single given character.CharRangeMatcher AMatchermatching a single character out of a given range of characters.CustomMatcher Base class of custom matcher implementations.EmptyMatcher AMatcherthat always successfully matches nothing.FirstOfMatcher AMatchertrying 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 AMatcherthat never matches anything.OneOrMoreMatcher AMatcherthat repeatedly tries its submatcher against the input.OptionalMatcher AMatcherthat tries its submatcher once against the input and always succeeds.ProxyMatcher SequenceMatcher AMatcherthat executes all of its submatchers in sequence and only succeeds if all submatchers succeed.StringMatcher ASequenceMatcherspecialization for sequences of CharMatchers.TestMatcher A specialMatchernot actually matching any input but rather trying its submatcher against the current input position.TestNotMatcher A specialMatchernot 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 AMatcherthat 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 regularMatchers.FirstOfMatcher AMatchertrying 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 AMatcherthat 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 regularMatchers.ActionMatcher AnyMatcher AMatchermatching any single character except EOI.AnyOfMatcher AMatchermatching a single character out of a givenCharactersset.CharIgnoreCaseMatcher AMatchermatching a single character case-independently.CharMatcher AMatchermatching a single given character.CharRangeMatcher AMatchermatching a single character out of a given range of characters.CustomMatcher Base class of custom matcher implementations.EmptyMatcher AMatcherthat always successfully matches nothing.FirstOfMatcher AMatchertrying 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 AMatcherthat never matches anything.OneOrMoreMatcher AMatcherthat repeatedly tries its submatcher against the input.OptionalMatcher AMatcherthat tries its submatcher once against the input and always succeeds.SequenceMatcher AMatcherthat executes all of its submatchers in sequence and only succeeds if all submatchers succeed.TestMatcher A specialMatchernot actually matching any input but rather trying its submatcher against the current input position.TestNotMatcher A specialMatchernot actually matching any input but rather trying its submatcher against the current input position.ZeroOrMoreMatcher AMatcherthat 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.