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 ParserStatisticsParserStatistics. 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.BooleanCanMatchEmptyVisitor. visit(ZeroOrMoreMatcher matcher)RDefaultMatcherVisitor. visit(ZeroOrMoreMatcher matcher)java.lang.VoidDoWithMatcherVisitor. visit(ZeroOrMoreMatcher matcher)java.lang.BooleanFollowMatchersVisitor. visit(ZeroOrMoreMatcher matcher)java.lang.BooleanIsSingleCharMatcherVisitor. visit(ZeroOrMoreMatcher matcher)java.lang.BooleanIsStarterCharVisitor. visit(ZeroOrMoreMatcher matcher)RMatcherVisitor. visit(ZeroOrMoreMatcher matcher)
-