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