Uses of Class
org.parboiled.matchers.FirstOfMatcher
-
Packages that use FirstOfMatcher Package Description org.parboiled org.parboiled.matchers org.parboiled.matchervisitors -
-
Uses of FirstOfMatcher in org.parboiled
Methods in org.parboiled that return types with arguments of type FirstOfMatcher Modifier and Type Method Description java.util.Set<FirstOfMatcher>ParserStatistics. getFirstOfMatchers()Methods in org.parboiled with parameters of type FirstOfMatcher Modifier and Type Method Description ParserStatisticsParserStatistics. visit(FirstOfMatcher matcher) -
Uses of FirstOfMatcher in org.parboiled.matchers
Subclasses of FirstOfMatcher in org.parboiled.matchers Modifier and Type Class Description classFirstOfStringsMatcherA specialized FirstOfMatcher that handles FirstOf(string, string, ...) rules much faster that the regular FirstOfMatcher. -
Uses of FirstOfMatcher in org.parboiled.matchervisitors
Methods in org.parboiled.matchervisitors with parameters of type FirstOfMatcher Modifier and Type Method Description java.lang.BooleanCanMatchEmptyVisitor. visit(FirstOfMatcher matcher)RDefaultMatcherVisitor. visit(FirstOfMatcher matcher)java.lang.VoidDoWithMatcherVisitor. visit(FirstOfMatcher matcher)java.lang.BooleanIsSingleCharMatcherVisitor. visit(FirstOfMatcher matcher)java.lang.BooleanIsStarterCharVisitor. visit(FirstOfMatcher matcher)RMatcherVisitor. visit(FirstOfMatcher matcher)
-