Class CanMatchEmptyVisitor

java.lang.Object
org.parboiled.matchervisitors.CanMatchEmptyVisitor
All Implemented Interfaces:
MatcherVisitor<Boolean>

public class CanMatchEmptyVisitor extends Object implements MatcherVisitor<Boolean>
A MatcherVisitor determining whether a matcher can legally succeed with an empty match.