Package org.parboiled.matchervisitors
package org.parboiled.matchervisitors
-
ClassDescriptionA
MatcherVisitordetermining whether a matcher can legally succeed with an empty match.A basicMatcherVisitorimplementation that delegates all visiting methods to one default value method.A MatcherVisitor that executes a givenDoWithMatcherVisitor.Actionagainst a whole matcher hierarchy in a depth-first manner.Collects the matchers that can legally follow the given matcher according to the grammar into a given list.Returns the first character a given matcher can start a match with.AMatcherVisitordetermining whether a matcher is a basic single character matcher.AMatcherVisitordetermining whether a matcher can start a match with a given char.The interface to be implemented by all visitors ofMatchers.