| 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 | Method and Description |
|---|---|
static Action |
BaseParser.ACTION(boolean expression)
Explicitly marks the wrapped expression as an action expression.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2019. All rights reserved.