Class DefaultMatcherVisitor<R>

java.lang.Object
org.parboiled.matchervisitors.DefaultMatcherVisitor<R>
Type Parameters:
R - the return value of this visitor
All Implemented Interfaces:
MatcherVisitor<R>
Direct Known Subclasses:
DoWithMatcherVisitor, FollowMatchersVisitor, GetStarterCharVisitor

public class DefaultMatcherVisitor<R> extends Object implements MatcherVisitor<R>
A basic MatcherVisitor implementation that delegates all visiting methods to one default value method.