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