Package | Description |
---|---|
org.parboiled | |
org.parboiled.matchervisitors | |
org.parboiled.parserunners |
Modifier and Type | Method and Description |
---|---|
ParserStatistics |
ParserStatistics.visit(ActionMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
R |
MatcherVisitor.visit(ActionMatcher matcher) |
java.lang.Boolean |
IsStarterCharVisitor.visit(ActionMatcher matcher) |
java.lang.Boolean |
IsSingleCharMatcherVisitor.visit(ActionMatcher matcher) |
R |
DefaultMatcherVisitor.visit(ActionMatcher matcher) |
java.lang.Boolean |
CanMatchEmptyVisitor.visit(ActionMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ActionMatcher> |
RecoveringParseRunner.CollectResyncActionsVisitor.defaultValue(AbstractMatcher matcher) |
java.util.List<ActionMatcher> |
RecoveringParseRunner.CollectResyncActionsVisitor.visit(ActionMatcher matcher) |
java.util.List<ActionMatcher> |
RecoveringParseRunner.CollectResyncActionsVisitor.visit(FirstOfMatcher matcher) |
java.util.List<ActionMatcher> |
RecoveringParseRunner.CollectResyncActionsVisitor.visit(OneOrMoreMatcher matcher) |
java.util.List<ActionMatcher> |
RecoveringParseRunner.CollectResyncActionsVisitor.visit(SequenceMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ActionMatcher> |
RecoveringParseRunner.CollectResyncActionsVisitor.visit(ActionMatcher matcher) |