Uses of Class
org.parboiled.matchers.AbstractMatcher
Packages that use AbstractMatcher
-
Uses of AbstractMatcher in org.parboiled.matchers
Subclasses of AbstractMatcher in org.parboiled.matchersModifier and TypeClassDescriptionclassclassAMatchermatching any single character except EOI.classAMatchermatching a single character out of a givenCharactersset.classAMatchermatching a single character case-independently.classAMatchermatching a single given character.classAMatchermatching a single character out of a given range of characters.classBase class of custom matcher implementations.classAMatcherthat always successfully matches nothing.classAMatchertrying all of its submatchers in sequence and succeeding when the first submatcher succeeds.classA specialized FirstOfMatcher that handles FirstOf(string, string, ...) rules much faster that the regular FirstOfMatcher.classAMatcherthat never matches anything.classAMatcherthat repeatedly tries its submatcher against the input.classAMatcherthat tries its submatcher once against the input and always succeeds.classAMatcherthat executes all of its submatchers in sequence and only succeeds if all submatchers succeed.classASequenceMatcherspecialization for sequences of CharMatchers.classA specialMatchernot actually matching any input but rather trying its submatcher against the current input position.classA specialMatchernot actually matching any input but rather trying its submatcher against the current input position.classAMatcherthat repeatedly tries its submatcher against the input.Methods in org.parboiled.matchers that return AbstractMatcher -
Uses of AbstractMatcher in org.parboiled.matchervisitors
Methods in org.parboiled.matchervisitors with parameters of type AbstractMatcherModifier and TypeMethodDescriptionDefaultMatcherVisitor.defaultValue(AbstractMatcher matcher) Returns the default value for all visiting methods that have not been overridden.DoWithMatcherVisitor.defaultValue(AbstractMatcher matcher) FollowMatchersVisitor.defaultValue(AbstractMatcher matcher)