Interface | Description |
---|---|
EventGenerator<N,D> |
Realizes the run-time implementation for the semantic actions inserted
by xantlr
into any generated parser.
|
Class | Description |
---|---|
EventFilter<N,D> |
Trivial implementation of
EventGenerator which throws
away all events. |
HistoryToken |
A runtime class for
xantlr.
|
HistoryTokenFilter |
Filter for streams of
HistoryToken s, which additionally
compies the memoized information across discarded token. |
SAXEventGenerator |
Runtime class for an xantlr generated parser which maps the
AST-representing events onto SAX events.
|
X_LLkParser |
Base class for all parsers generated by xantlr,
see user doc.
|
HistoryToken
could be of
some use outside the xantlr context.see also the complete user documentation .