Package | Description |
---|---|
org.parboiled | |
org.parboiled.matchers | |
org.parboiled.matchervisitors | |
org.parboiled.parserunners |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<SequenceMatcher> |
ParserStatistics.sequenceMatchers |
Modifier and Type | Method and Description |
---|---|
java.util.Set<SequenceMatcher> |
ParserStatistics.getSequenceMatchers() |
Modifier and Type | Method and Description |
---|---|
ParserStatistics |
ParserStatistics.visit(SequenceMatcher matcher) |
Modifier and Type | Class and Description |
---|---|
class |
StringMatcher
A
SequenceMatcher specialization for sequences of CharMatchers. |
Modifier and Type | Method and Description |
---|---|
R |
MatcherVisitor.visit(SequenceMatcher matcher) |
java.lang.Boolean |
IsStarterCharVisitor.visit(SequenceMatcher matcher) |
java.lang.Boolean |
IsSingleCharMatcherVisitor.visit(SequenceMatcher matcher) |
java.lang.Boolean |
FollowMatchersVisitor.visit(SequenceMatcher matcher) |
java.lang.Void |
DoWithMatcherVisitor.visit(SequenceMatcher matcher) |
R |
DefaultMatcherVisitor.visit(SequenceMatcher matcher) |
java.lang.Boolean |
CanMatchEmptyVisitor.visit(SequenceMatcher matcher) |
Modifier and Type | Field and Description |
---|---|
private ImmutableLinkedList<SequenceMatcher> |
RecoveringParseRunner.CollectResyncActionsVisitor.path |
Modifier and Type | Method and Description |
---|---|
java.util.List<ActionMatcher> |
RecoveringParseRunner.CollectResyncActionsVisitor.visit(SequenceMatcher matcher) |