Uses of Class
org.parboiled.matchers.FirstOfMatcher
Packages that use FirstOfMatcher
-
Uses of FirstOfMatcher in org.parboiled
Methods in org.parboiled that return types with arguments of type FirstOfMatcherMethods in org.parboiled with parameters of type FirstOfMatcher -
Uses of FirstOfMatcher in org.parboiled.matchers
Subclasses of FirstOfMatcher in org.parboiled.matchersModifier and TypeClassDescriptionclass
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 FirstOfMatcherModifier and TypeMethodDescriptionCanMatchEmptyVisitor.visit
(FirstOfMatcher matcher) DefaultMatcherVisitor.visit
(FirstOfMatcher matcher) DoWithMatcherVisitor.visit
(FirstOfMatcher matcher) IsSingleCharMatcherVisitor.visit
(FirstOfMatcher matcher) IsStarterCharVisitor.visit
(FirstOfMatcher matcher) MatcherVisitor.visit
(FirstOfMatcher matcher)