| Interface | Description |
|---|---|
| Action<V> |
Instances of classes implementing this interface can be used directly in a rule definition to define a parser action.
|
| Context<V> |
A Context object is available to parser actions methods during their runtime and provides various support functionalities.
|
| ContextAware<V> |
Interface that can be implemented by classes containing action methods.
|
| MatchHandler |
A MatchHandler is responsible for actually running the match of a given
MatcherContext. |
| Node<V> |
Represents a node in the parse tree created during a parsing run.
|
| 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.
|
| Class | Description |
|---|---|
| MatcherContext<V> |
The Context implementation orchestrating most of the matching process.
|
| ParserStatistics |