Class GetStarterCharVisitor

java.lang.Object
org.parboiled.matchervisitors.DefaultMatcherVisitor<Character>
org.parboiled.matchervisitors.GetStarterCharVisitor
All Implemented Interfaces:
MatcherVisitor<Character>

public class GetStarterCharVisitor extends DefaultMatcherVisitor<Character>
Returns the first character a given matcher can start a match with. For all complex matchers, i.e. the ones not always matching just one character, the visitor returns null.