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 ParserStatistics
ParserStatistics. 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.Boolean
CanMatchEmptyVisitor. visit(OptionalMatcher matcher)
R
DefaultMatcherVisitor. visit(OptionalMatcher matcher)
java.lang.Void
DoWithMatcherVisitor. visit(OptionalMatcher matcher)
java.lang.Boolean
IsSingleCharMatcherVisitor. visit(OptionalMatcher matcher)
java.lang.Boolean
IsStarterCharVisitor. visit(OptionalMatcher matcher)
R
MatcherVisitor. visit(OptionalMatcher matcher)
-