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