Interface | Description |
---|---|
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.
|
MatcherContext<V> |
Class | Description |
---|---|
DefaultMatcherContext<V> |
The Context implementation orchestrating most of the matching process.
|