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