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 classDoWithMatcherVisitorA MatcherVisitor that executes a givenDoWithMatcherVisitor.Actionagainst a whole matcher hierarchy in a depth-first manner.classFollowMatchersVisitorCollects the matchers that can legally follow the given matcher according to the grammar into a given list.classGetStarterCharVisitorReturns the first character a given matcher can start a match with.
-