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