Uses of Class
org.parboiled.matchers.OneOrMoreMatcher
Packages that use OneOrMoreMatcher
-
Uses of OneOrMoreMatcher in org.parboiled
Methods in org.parboiled that return types with arguments of type OneOrMoreMatcherMethods in org.parboiled with parameters of type OneOrMoreMatcher -
Uses of OneOrMoreMatcher in org.parboiled.matchers
Subclasses with type arguments of type OneOrMoreMatcher in org.parboiled.matchersModifier and TypeClassDescriptionclassAMatcherthat repeatedly tries its submatcher against the input. -
Uses of OneOrMoreMatcher in org.parboiled.matchervisitors
Methods in org.parboiled.matchervisitors with parameters of type OneOrMoreMatcherModifier and TypeMethodDescriptionCanMatchEmptyVisitor.visit(OneOrMoreMatcher matcher) DefaultMatcherVisitor.visit(OneOrMoreMatcher matcher) DoWithMatcherVisitor.visit(OneOrMoreMatcher matcher) FollowMatchersVisitor.visit(OneOrMoreMatcher matcher) IsSingleCharMatcherVisitor.visit(OneOrMoreMatcher matcher) IsStarterCharVisitor.visit(OneOrMoreMatcher matcher) MatcherVisitor.visit(OneOrMoreMatcher matcher)