|
MetaTF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MetaTF.Generator.Java.CodeGenerator
CodeGenerator. Generate Java reader and writer
Constructor Summary | |
CodeGenerator(java.lang.String dtdFile,
java.lang.String className)
Allocate a new object representing the code generator (should this extend / implement something?) |
Method Summary | |
java.lang.Object |
generate(DTD symtab,
java.lang.Object data)
Generate the code. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public CodeGenerator(java.lang.String dtdFile, java.lang.String className)
dtdFile
- the name of the DTDclassname
- the name of the class file to be generatedMethod Detail |
public java.lang.Object generate(DTD symtab, java.lang.Object data)
symtab
- the symbol tabledata
- not used
|
MetaTF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |