Uses of Class
org.parboiled.matchervisitors.DefaultMatcherVisitor
Packages that use DefaultMatcherVisitor
-
Uses of DefaultMatcherVisitor in org.parboiled.matchervisitors
Subclasses of DefaultMatcherVisitor in org.parboiled.matchervisitorsModifier and TypeClassDescriptionclass
A MatcherVisitor that executes a givenDoWithMatcherVisitor.Action
against a whole matcher hierarchy in a depth-first manner.class
Collects the matchers that can legally follow the given matcher according to the grammar into a given list.class
Returns the first character a given matcher can start a match with.