Uses of Class
org.parboiled.matchers.OneOrMoreMatcher
-
Packages that use OneOrMoreMatcher Package Description org.parboiled org.parboiled.matchervisitors -
-
Uses of OneOrMoreMatcher in org.parboiled
Methods in org.parboiled that return types with arguments of type OneOrMoreMatcher Modifier and Type Method Description java.util.Set<OneOrMoreMatcher>ParserStatistics. getOneOrMoreMatchers()Methods in org.parboiled with parameters of type OneOrMoreMatcher Modifier and Type Method Description ParserStatisticsParserStatistics. visit(OneOrMoreMatcher matcher) -
Uses of OneOrMoreMatcher in org.parboiled.matchervisitors
Methods in org.parboiled.matchervisitors with parameters of type OneOrMoreMatcher Modifier and Type Method Description java.lang.BooleanCanMatchEmptyVisitor. visit(OneOrMoreMatcher matcher)RDefaultMatcherVisitor. visit(OneOrMoreMatcher matcher)java.lang.VoidDoWithMatcherVisitor. visit(OneOrMoreMatcher matcher)java.lang.BooleanFollowMatchersVisitor. visit(OneOrMoreMatcher matcher)java.lang.BooleanIsSingleCharMatcherVisitor. visit(OneOrMoreMatcher matcher)java.lang.BooleanIsStarterCharVisitor. visit(OneOrMoreMatcher matcher)RMatcherVisitor. visit(OneOrMoreMatcher matcher)
-