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