Uses of Interface
org.parboiled.matchervisitors.MatcherVisitor
Packages that use MatcherVisitor
-
Uses of MatcherVisitor in org.parboiled
Classes in org.parboiled that implement MatcherVisitor -
Uses of MatcherVisitor in org.parboiled.matchers
Methods in org.parboiled.matchers with parameters of type MatcherVisitorModifier and TypeMethodDescription<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 MatcherVisitorModifier and TypeClassDescriptionclassAMatcherVisitordetermining whether a matcher can legally succeed with an empty match.classA basicMatcherVisitorimplementation that delegates all visiting methods to one default value method.classA MatcherVisitor that executes a givenDoWithMatcherVisitor.Actionagainst a whole matcher hierarchy in a depth-first manner.classCollects the matchers that can legally follow the given matcher according to the grammar into a given list.classReturns the first character a given matcher can start a match with.classAMatcherVisitordetermining whether a matcher is a basic single character matcher.classAMatcherVisitordetermining whether a matcher can start a match with a given char.