|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Writer generates Jorm specification files (.pd files) from a Class or a CompositeName object.
Method Summary | |
void |
init(JormConfigurator compilerConfigurator)
Initializes a BasicDomWriter object. |
void |
write(MetaObject mo,
TargetHolder holder)
This method first builds the DOMTree of a Class or a CompositeName object and then generates the .pd file by delegation to the XMLSerializer. |
Method Detail |
public void init(JormConfigurator compilerConfigurator) throws PException
compilerConfigurator
- a JormConfiguratorImpl object.
PException
public void write(MetaObject mo, TargetHolder holder) throws PException
mo
- a Class or a CompositeName object.holder
- The target holder which allows to create files.
PException
- if an error occurs during the generation.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |