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 ParserStatistics
ParserStatistics. visit(FirstOfMatcher matcher)
-
Uses of FirstOfMatcher in org.parboiled.matchers
Subclasses of FirstOfMatcher in org.parboiled.matchers Modifier and Type Class Description class
FirstOfStringsMatcher
A 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.Boolean
CanMatchEmptyVisitor. visit(FirstOfMatcher matcher)
R
DefaultMatcherVisitor. visit(FirstOfMatcher matcher)
java.lang.Void
DoWithMatcherVisitor. visit(FirstOfMatcher matcher)
java.lang.Boolean
IsSingleCharMatcherVisitor. visit(FirstOfMatcher matcher)
java.lang.Boolean
IsStarterCharVisitor. visit(FirstOfMatcher matcher)
R
MatcherVisitor. visit(FirstOfMatcher matcher)
-