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