Uses of Class
org.exolab.javasource.JSourceWriter
Packages that use JSourceWriter
Package
Description
This package contains classes that represent Java Source objects for Castor XML
code generator.
-
Uses of JSourceWriter in org.exolab.javasource
Methods in org.exolab.javasource with parameters of type JSourceWriterModifier and TypeMethodDescriptionfinal void
AbstractJClass.print
(JSourceWriter jsw) Deprecated.Please use the Velocity-template based approach instead.abstract void
AbstractJClass.print
(JSourceWriter jsw, boolean classOnly) Deprecated.Please use the Velocity-template based approach instead.void
JAnnotation.print
(JSourceWriter jsw) Prints the source code for this JAnnotation to the given JSourceWriter.void
JAnnotationType.print
(JSourceWriter jsw) Deprecated.Please use the Velocity-template based approach instead.void
JAnnotationTypeElement.print
(JSourceWriter jsw) Outputs the annotation type element to the provided JSourceWriter.void
JClass.print
(JSourceWriter jsw, boolean classOnly) Deprecated.Please use the Velocity-template based approach instead.void
JComment.print
(JSourceWriter jsw) Prints this JComment using the given JSourceWriter.void
JCompUnit.print
(JSourceWriter jsw) Prints the source code for this JClass to the provided JSourceWriter.void
JConstructor.print
(JSourceWriter jsw) Prints this JConstructor to the provided JSourceWriter.void
JDocComment.print
(JSourceWriter jsw) Prints this JavaDoc comment using the given JSourceWriter.void
JEnum.print
(JSourceWriter jsw, boolean classOnly) Prints the source code for this JClass to the given JSourceWriter.void
JEnumConstant.print
(JSourceWriter jsw) prints this enum constant.void
JInterface.print
(JSourceWriter jsw) Deprecated.Please use the Velocity-template based approach instead.void
JInterface.print
(JSourceWriter jsw, boolean classOnly) Deprecated.Please use the Velocity-template based approach instead.void
JMethod.print
(JSourceWriter jsw) Prints this JMethod to the given JSourceWriter.void
JMethodSignature.print
(JSourceWriter jsw) Prints the method signature.void
JMethodSignature.print
(JSourceWriter jsw, boolean printJavaDoc) Prints the method signature.void
JSourceCode.print
(JSourceWriter jsw) Prints this JSourceCode to the given JSourceWriter.abstract void
JStructure.print
(JSourceWriter jsw) Deprecated.Please use the Velocity-template based approach instead.final boolean
JAnnotatedElementHelper.printAnnotations
(JSourceWriter jsw) Outputs the list of annotations maintained by this object.protected final void
AbstractJClass.printClassHeaders
(JSourceWriter jsw) Writes to the JSourceWriter the headers for this class file.protected final void
AbstractJClass.printConstantDefinitions
(JSourceWriter jsw) Writes to theJSourceWriter
the constant definitions of this class.protected final void
AbstractJClass.printConstructors
(JSourceWriter jsw) Writes to the JSourceWriter all constructors for this class.final void
JStructure.printHeader
(JSourceWriter jsw) A utility method that prints the header to the given JSourceWriter.protected final void
JStructure.printImportDeclarations
(JSourceWriter jsw) A utility method that prints the imports to the given JSourceWriter.protected final void
AbstractJClass.printInnerClasses
(JSourceWriter jsw) Writes to the JSourceWriter all inner classes belonging to this class.protected final void
AbstractJClass.printMemberVariables
(JSourceWriter jsw) Writes to the JSourceWriter the member variables of this class.protected final void
AbstractJClass.printMethods
(JSourceWriter jsw) Writes to the JSourceWriter all methods belonging to this class.final void
JStructure.printPackageDeclaration
(JSourceWriter jsw) A utility method that prints the packageDeclaration to the given JSourceWriter.protected final void
AbstractJClass.printSourceCodeFragments
(JSourceWriter sourceWriter) protected final void
AbstractJClass.printStaticInitializers
(JSourceWriter jsw) Writes to the JSourceWriter any static initialization used by this class.void
JCompUnit.printStructures
(JSourceWriter jsw, boolean printPublic) Print the source code for the contained JClass objects.