Package eu.bandm.tools.xantlr.runtime
@Runtime
package eu.bandm.tools.xantlr.runtime
Runtime classes for the xantlr
parser.
These classes are very technical and special. Only the class
HistoryToken
could be of
some use outside the xantlr context.-
ClassDescriptionEventFilter<N,
D> Trivial implementation ofEventGenerator
which throws away all events.EventGenerator<N,D> Realizes the run-time implementation for the semantic actions inserted by xantlr into any generated parser.A runtime class for xantlr.Filter for streams ofHistoryToken
s, which additionally compies the memoized information across discarded token.Runtime class for an xantlr generated parser which maps the AST-representing events onto SAX events.Base class for all parsers generated by xantlr, see user doc.