Package | Description |
---|---|
org.parboiled | |
org.parboiled.matchervisitors | |
org.parboiled.parserunners |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<OneOrMoreMatcher> |
ParserStatistics.oneOrMoreMatchers |
Modifier and Type | Method and Description |
---|---|
java.util.Set<OneOrMoreMatcher> |
ParserStatistics.getOneOrMoreMatchers() |
Modifier and Type | Method and Description |
---|---|
ParserStatistics |
ParserStatistics.visit(OneOrMoreMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
R |
MatcherVisitor.visit(OneOrMoreMatcher matcher) |
java.lang.Boolean |
IsStarterCharVisitor.visit(OneOrMoreMatcher matcher) |
java.lang.Boolean |
IsSingleCharMatcherVisitor.visit(OneOrMoreMatcher matcher) |
java.lang.Boolean |
FollowMatchersVisitor.visit(OneOrMoreMatcher matcher) |
java.lang.Void |
DoWithMatcherVisitor.visit(OneOrMoreMatcher matcher) |
R |
DefaultMatcherVisitor.visit(OneOrMoreMatcher matcher) |
java.lang.Boolean |
CanMatchEmptyVisitor.visit(OneOrMoreMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ActionMatcher> |
RecoveringParseRunner.CollectResyncActionsVisitor.visit(OneOrMoreMatcher matcher) |