Interface | Description |
---|---|
MatchHandler |
A MatchHandler is responsible for actually running the match of a given
MatcherContext . |
ParseRunner<V> |
A ParseRunner performs the actual parsing run of a given parser rule on a
given input text.
|
Class | Description |
---|---|
AbstractParseRunner<V> | |
ListeningParseRunner<V> |
The most basic of all
ParseRunner implementations. |
ParseRunnerListener<V> | |
ParsingResult<V> |
A simple container encapsulating the result of a parsing run.
|