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