Package | Description |
---|---|
org.parboiled | |
org.parboiled.matchers | |
org.parboiled.transform |
Modifier and Type | Interface and Description |
---|---|
interface |
SkippableAction<V>
An action that can optionally be skipped when run underneath a predicate matcher.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Action> |
ParserStatistics.actions |
Modifier and Type | Method and Description |
---|---|
static Action |
BaseParser.ACTION(boolean expression)
Explicitly marks the wrapped expression as an action expression.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Action> |
ParserStatistics.getActions() |
Modifier and Type | Field and Description |
---|---|
Action |
ActionMatcher.action |
Constructor and Description |
---|
ActionMatcher(Action action) |
Modifier and Type | Class and Description |
---|---|
class |
BaseAction
Base class of generated classes wrapping action expressions.
|