Uses of Class
org.parboiled.matchers.ZeroOrMoreMatcher
-
Packages that use ZeroOrMoreMatcher Package Description org.parboiled org.parboiled.matchervisitors -
-
Uses of ZeroOrMoreMatcher in org.parboiled
Methods in org.parboiled that return types with arguments of type ZeroOrMoreMatcher Modifier and Type Method Description java.util.Set<ZeroOrMoreMatcher>
ParserStatistics. getZeroOrMoreMatchers()
Methods in org.parboiled with parameters of type ZeroOrMoreMatcher Modifier and Type Method Description ParserStatistics
ParserStatistics. visit(ZeroOrMoreMatcher matcher)
-
Uses of ZeroOrMoreMatcher in org.parboiled.matchervisitors
Methods in org.parboiled.matchervisitors with parameters of type ZeroOrMoreMatcher Modifier and Type Method Description java.lang.Boolean
CanMatchEmptyVisitor. visit(ZeroOrMoreMatcher matcher)
R
DefaultMatcherVisitor. visit(ZeroOrMoreMatcher matcher)
java.lang.Void
DoWithMatcherVisitor. visit(ZeroOrMoreMatcher matcher)
java.lang.Boolean
FollowMatchersVisitor. visit(ZeroOrMoreMatcher matcher)
java.lang.Boolean
IsSingleCharMatcherVisitor. visit(ZeroOrMoreMatcher matcher)
java.lang.Boolean
IsStarterCharVisitor. visit(ZeroOrMoreMatcher matcher)
R
MatcherVisitor. visit(ZeroOrMoreMatcher matcher)
-