Uses of Class
com.sun.codemodel.CodeWriter
-
Packages that use CodeWriter Package Description com.sun.codemodel Library for generating Java source codecom.sun.codemodel.writer -
-
Uses of CodeWriter in com.sun.codemodel
Methods in com.sun.codemodel with parameters of type CodeWriter Modifier and Type Method Description voidJCodeModel. build(CodeWriter out)A convenience method forbuild(out,out).voidJCodeModel. build(CodeWriter source, CodeWriter resource)Generates Java source code. -
Uses of CodeWriter in com.sun.codemodel.writer
Subclasses of CodeWriter in com.sun.codemodel.writer Modifier and Type Class Description classFileCodeWriterWrites all the source files under the specified file folder.classFilterCodeWriterCodeWriterthat delegates to anotherCodeWriter.classOutputStreamCodeWriterclassProgressCodeWriterFilter CodeWriter that writes a progress message to the specified PrintStream.classPrologCodeWriterWrites all the source files under the specified file folder and inserts a file prolog comment in each java source file.classSingleStreamCodeWriterOutput all source files into a single stream with a little formatting header in front of each file.classZipCodeWriterWrites all the files into a zip file.Fields in com.sun.codemodel.writer declared as CodeWriter Modifier and Type Field Description protected CodeWriterFilterCodeWriter. coreConstructors in com.sun.codemodel.writer with parameters of type CodeWriter Constructor Description FilterCodeWriter(CodeWriter core)ProgressCodeWriter(CodeWriter output, java.io.PrintStream progress)PrologCodeWriter(CodeWriter core, java.lang.String prolog)
-