Package | Description |
---|---|
org.parboiled | |
org.parboiled.matchers | |
org.parboiled.matchervisitors |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Boolean |
IsSingleCharMatcherVisitor.visit(SequenceMatcher matcher) |
Boolean |
CanMatchEmptyVisitor.visit(SequenceMatcher matcher) |
Boolean |
FollowMatchersVisitor.visit(SequenceMatcher matcher) |
R |
DefaultMatcherVisitor.visit(SequenceMatcher matcher) |
Boolean |
IsStarterCharVisitor.visit(SequenceMatcher matcher) |
Void |
DoWithMatcherVisitor.visit(SequenceMatcher matcher) |
R |
MatcherVisitor.visit(SequenceMatcher matcher) |
Copyright © 2019. All rights reserved.