wt.tools.generation.language
Class JavaObjectWriter
java.lang.Object
wt.tools.generation.language.MergableWriter
wt.tools.generation.language.ClassWriter
wt.tools.generation.language.JavaObjectWriter
- public class JavaObjectWriter
- extends ClassWriter
Methods inherited from class wt.tools.generation.language.MergableWriter |
gatherPreserves, getPreserves, getWriterFile, markerBegin, markerBegin, markerBeginPreserved, markerEnd, markerEnd, markerEndKeyed, printLines, putPreserves, setOut, tab, writeBodyBegin, writeBodyEnd, writeFooter, writeHeader |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectOutput
protected ObjectOutputStream objectOutput
JavaObjectWriter
protected JavaObjectWriter(ClassClass source)
commentString
protected String commentString()
- Specified by:
commentString
in class MergableWriter
fileExtension
protected String fileExtension()
- Specified by:
fileExtension
in class ClassWriter
fileName
public String fileName()
- Overrides:
fileName
in class ClassWriter
get
public static JavaObjectWriter get(ClassClass source,
WriteMode writeMode)
write
public boolean write(ObjectOutputStream theWriter)
writeBody
protected boolean writeBody()
- Specified by:
writeBody
in class MergableWriter