Interface | Description |
---|---|
Action<V> |
Instances of classes implementing this interface can be used directly in a
rule definition to define a parser action.
|
Rule |
Describes the return values of parser rule production methods.
|
SkippableAction<V> |
An action that can optionally be skipped when run underneath a predicate
matcher.
|