Package | Description |
---|---|
eu.bandm.tools.d2d2.parser |
Parser for the d2d module definition language (.ddf), driven by xantlr and tdom.
|
eu.bandm.tools.metajava.parser | |
eu.bandm.tools.umod.parser |
umod model description languaga parser code, AUTOMATICALLY GENERATED
from "umod.g".
|
eu.bandm.tools.xantlrtdom |
Glueing code supporting different standard use cases of tdom, xantlr
and both.
|
Modifier and Type | Class and Description |
---|---|
class |
D2dParser |
Modifier and Type | Class and Description |
---|---|
class |
JavaParser |
Modifier and Type | Class and Description |
---|---|
class |
UModParser |
Modifier and Type | Method and Description |
---|---|
protected <D> void |
XantlrTdom.init(X_LLkParser parser0,
MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> antlrMessages,
int queueSize,
ContentHandler debugSaxEvents,
TypedDTD tdomDtdModel,
MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> tdomMessages) |
static XantlrTdom |
XantlrTdom.link(X_LLkParser parser,
MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> antlrMessages,
int queueSize,
ContentHandler debugSaxEvents,
TypedDTD tdomDtdModel,
MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> tdomMessages)
This method creates a XantlrTdom object, which subsequently will be used
to parse a source text (with an xantlr generated parser,
see Xantlr user documentation.,
and to generate a corresponding tdom model,
see Tdom user documentation..
|
see also the complete user documentation .