| Package | Description |
|---|---|
| org.parboiled | |
| org.parboiled.matchervisitors |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<OptionalMatcher> |
ParserStatistics.optionalMatchers |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<OptionalMatcher> |
ParserStatistics.getOptionalMatchers() |
| Modifier and Type | Method and Description |
|---|---|
ParserStatistics |
ParserStatistics.visit(OptionalMatcher matcher) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
CanMatchEmptyVisitor.visit(OptionalMatcher matcher) |
R |
DefaultMatcherVisitor.visit(OptionalMatcher matcher) |
java.lang.Void |
DoWithMatcherVisitor.visit(OptionalMatcher matcher) |
java.lang.Boolean |
IsSingleCharMatcherVisitor.visit(OptionalMatcher matcher) |
java.lang.Boolean |
IsStarterCharVisitor.visit(OptionalMatcher matcher) |
R |
MatcherVisitor.visit(OptionalMatcher matcher) |