Package | Description |
---|---|
org.parboiled | |
org.parboiled.matchervisitors |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<AnyOfMatcher> |
ParserStatistics.anyOfMatchers |
Modifier and Type | Method and Description |
---|---|
java.util.Set<AnyOfMatcher> |
ParserStatistics.getAnyOfMatchers() |
Modifier and Type | Method and Description |
---|---|
ParserStatistics |
ParserStatistics.visit(AnyOfMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
R |
MatcherVisitor.visit(AnyOfMatcher matcher) |
java.lang.Boolean |
IsStarterCharVisitor.visit(AnyOfMatcher matcher) |
java.lang.Boolean |
IsSingleCharMatcherVisitor.visit(AnyOfMatcher matcher) |
java.lang.Character |
GetStarterCharVisitor.visit(AnyOfMatcher matcher) |
R |
DefaultMatcherVisitor.visit(AnyOfMatcher matcher) |
java.lang.Boolean |
CanMatchEmptyVisitor.visit(AnyOfMatcher matcher) |