Interface MatcherVisitor<R>

Type Parameters:
R - the return value of this visitor
All Known Implementing Classes:
CanMatchEmptyVisitor, DefaultMatcherVisitor, DoWithMatcherVisitor, FollowMatchersVisitor, GetStarterCharVisitor, IsSingleCharMatcherVisitor, IsStarterCharVisitor, ParserStatistics

public interface MatcherVisitor<R>
The interface to be implemented by all visitors of Matchers.
See Also: