| Package | Description |
|---|---|
| org.parboiled | |
| org.parboiled.matchers | |
| org.parboiled.matchervisitors | |
| org.parboiled.parserunners |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<FirstOfMatcher> |
ParserStatistics.firstOfMatchers |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<FirstOfMatcher> |
ParserStatistics.getFirstOfMatchers() |
| Modifier and Type | Method and Description |
|---|---|
ParserStatistics |
ParserStatistics.visit(FirstOfMatcher matcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
FirstOfStringsMatcher
A specialized FirstOfMatcher that handles FirstOf(string, string, ...) rules much faster that the regular
FirstOfMatcher.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
CanMatchEmptyVisitor.visit(FirstOfMatcher matcher) |
R |
DefaultMatcherVisitor.visit(FirstOfMatcher matcher) |
java.lang.Void |
DoWithMatcherVisitor.visit(FirstOfMatcher matcher) |
java.lang.Boolean |
IsSingleCharMatcherVisitor.visit(FirstOfMatcher matcher) |
java.lang.Boolean |
IsStarterCharVisitor.visit(FirstOfMatcher matcher) |
R |
MatcherVisitor.visit(FirstOfMatcher matcher) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ActionMatcher> |
RecoveringParseRunner.CollectResyncActionsVisitor.visit(FirstOfMatcher matcher) |