Uses of Class
com.sun.codemodel.CodeWriter
Packages that use CodeWriter
Package
Description
Library for generating Java source code
-
Uses of CodeWriter in com.sun.codemodel
Methods in com.sun.codemodel with parameters of type CodeWriterModifier and TypeMethodDescriptionvoid
JCodeModel.build
(CodeWriter out) A convenience method forbuild(out,out)
.void
JCodeModel.build
(CodeWriter source, CodeWriter resource) Generates Java source code.(package private) void
JPackage.build
(CodeWriter src, CodeWriter res) private JFormatter
JPackage.createJavaSourceFileWriter
(CodeWriter src, String className) -
Uses of CodeWriter in com.sun.codemodel.writer
Subclasses of CodeWriter in com.sun.codemodel.writerModifier and TypeClassDescriptionclass
Writes all the source files under the specified file folder.class
CodeWriter
that delegates to anotherCodeWriter
.class
Filter CodeWriter that writes a progress message to the specified PrintStream.class
Writes all the source files under the specified file folder and inserts a file prolog comment in each java source file.class
Output all source files into a single stream with a little formatting header in front of each file.class
Writes all the files into a zip file.Fields in com.sun.codemodel.writer declared as CodeWriterConstructors in com.sun.codemodel.writer with parameters of type CodeWriterModifierConstructorDescriptionFilterCodeWriter
(CodeWriter core) ProgressCodeWriter
(CodeWriter output, PrintStream progress) PrologCodeWriter
(CodeWriter core, String prolog)