Package | Description |
---|---|
org.parboiled.matchervisitors | |
org.parboiled.parserunners |
Modifier and Type | Class and Description |
---|---|
class |
DoWithMatcherVisitor
A MatcherVisitor that executes a given
DoWithMatcherVisitor.Action against a whole matcher hierarchy in a depth-first manner. |
class |
FollowMatchersVisitor
Collects the matchers that can legally follow the given matcher according to the grammar into a given
list.
|
class |
GetStarterCharVisitor
Returns the first character a given matcher can start a match with.
|
Modifier and Type | Class and Description |
---|---|
private static class |
RecoveringParseRunner.CollectResyncActionsVisitor
This MatcherVisitor collects the minimal set of actions that has to run underneath a resyncronization sequence
in order to maintain a consistent Value Stack state.
|