Uses of Interface
org.parboiled.matchervisitors.MatcherVisitor
-
Packages that use MatcherVisitor Package Description org.parboiled org.parboiled.matchers org.parboiled.matchervisitors -
-
Uses of MatcherVisitor in org.parboiled
Classes in org.parboiled that implement MatcherVisitor Modifier and Type Class Description classParserStatistics -
Uses of MatcherVisitor in org.parboiled.matchers
Methods in org.parboiled.matchers with parameters of type MatcherVisitor Modifier and Type Method Description <R> RActionMatcher. accept(MatcherVisitor<R> visitor)<R> RAnyMatcher. accept(MatcherVisitor<R> visitor)<R> RAnyOfMatcher. accept(MatcherVisitor<R> visitor)<R> RCharIgnoreCaseMatcher. accept(MatcherVisitor<R> visitor)<R> RCharMatcher. accept(MatcherVisitor<R> visitor)<R> RCharRangeMatcher. accept(MatcherVisitor<R> visitor)<R> RCustomMatcher. accept(MatcherVisitor<R> visitor)<R> REmptyMatcher. accept(MatcherVisitor<R> visitor)<R> RFirstOfMatcher. accept(MatcherVisitor<R> visitor)<R> RMatcher. accept(MatcherVisitor<R> visitor)Accepts the given matcher visitor.<R> RMemoMismatchesMatcher. accept(MatcherVisitor<R> visitor)<R> RNothingMatcher. accept(MatcherVisitor<R> visitor)<R> ROneOrMoreMatcher. accept(MatcherVisitor<R> visitor)<R> ROptionalMatcher. accept(MatcherVisitor<R> visitor)<R> RProxyMatcher. accept(MatcherVisitor<R> visitor)<R> RSequenceMatcher. accept(MatcherVisitor<R> visitor)<R> RTestMatcher. accept(MatcherVisitor<R> visitor)<R> RTestNotMatcher. accept(MatcherVisitor<R> visitor)<R> RVarFramingMatcher. accept(MatcherVisitor<R> visitor)<R> RZeroOrMoreMatcher. accept(MatcherVisitor<R> visitor) -
Uses of MatcherVisitor in org.parboiled.matchervisitors
Classes in org.parboiled.matchervisitors that implement MatcherVisitor Modifier and Type Class Description classCanMatchEmptyVisitorAMatcherVisitordetermining whether a matcher can legally succeed with an empty match.classDefaultMatcherVisitor<R>A basicMatcherVisitorimplementation that delegates all visiting methods to one default value method.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.classIsSingleCharMatcherVisitorAMatcherVisitordetermining whether a matcher is a basic single character matcher.classIsStarterCharVisitorAMatcherVisitordetermining whether a matcher can start a match with a given char.
-