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 voidAbstractJClass.print(JSourceWriter jsw) Deprecated.Please use the Velocity-template based approach instead.abstract voidAbstractJClass.print(JSourceWriter jsw, boolean classOnly) Deprecated.Please use the Velocity-template based approach instead.voidJAnnotation.print(JSourceWriter jsw) Prints the source code for this JAnnotation to the given JSourceWriter.voidJAnnotationType.print(JSourceWriter jsw) Deprecated.Please use the Velocity-template based approach instead.voidJAnnotationTypeElement.print(JSourceWriter jsw) Outputs the annotation type element to the provided JSourceWriter.voidJClass.print(JSourceWriter jsw, boolean classOnly) Deprecated.Please use the Velocity-template based approach instead.voidJComment.print(JSourceWriter jsw) Prints this JComment using the given JSourceWriter.voidJCompUnit.print(JSourceWriter jsw) Prints the source code for this JClass to the provided JSourceWriter.voidJConstructor.print(JSourceWriter jsw) Prints this JConstructor to the provided JSourceWriter.voidJDocComment.print(JSourceWriter jsw) Prints this JavaDoc comment using the given JSourceWriter.voidJEnum.print(JSourceWriter jsw, boolean classOnly) Prints the source code for this JClass to the given JSourceWriter.voidJEnumConstant.print(JSourceWriter jsw) prints this enum constant.voidJInterface.print(JSourceWriter jsw) Deprecated.Please use the Velocity-template based approach instead.voidJInterface.print(JSourceWriter jsw, boolean classOnly) Deprecated.Please use the Velocity-template based approach instead.voidJMethod.print(JSourceWriter jsw) Prints this JMethod to the given JSourceWriter.voidJMethodSignature.print(JSourceWriter jsw) Prints the method signature.voidJMethodSignature.print(JSourceWriter jsw, boolean printJavaDoc) Prints the method signature.voidJSourceCode.print(JSourceWriter jsw) Prints this JSourceCode to the given JSourceWriter.abstract voidJStructure.print(JSourceWriter jsw) Deprecated.Please use the Velocity-template based approach instead.final booleanJAnnotatedElementHelper.printAnnotations(JSourceWriter jsw) Outputs the list of annotations maintained by this object.protected final voidAbstractJClass.printClassHeaders(JSourceWriter jsw) Writes to the JSourceWriter the headers for this class file.protected final voidAbstractJClass.printConstantDefinitions(JSourceWriter jsw) Writes to theJSourceWriterthe constant definitions of this class.protected final voidAbstractJClass.printConstructors(JSourceWriter jsw) Writes to the JSourceWriter all constructors for this class.final voidJStructure.printHeader(JSourceWriter jsw) A utility method that prints the header to the given JSourceWriter.protected final voidJStructure.printImportDeclarations(JSourceWriter jsw) A utility method that prints the imports to the given JSourceWriter.protected final voidAbstractJClass.printInnerClasses(JSourceWriter jsw) Writes to the JSourceWriter all inner classes belonging to this class.protected final voidAbstractJClass.printMemberVariables(JSourceWriter jsw) Writes to the JSourceWriter the member variables of this class.protected final voidAbstractJClass.printMethods(JSourceWriter jsw) Writes to the JSourceWriter all methods belonging to this class.final voidJStructure.printPackageDeclaration(JSourceWriter jsw) A utility method that prints the packageDeclaration to the given JSourceWriter.protected final voidAbstractJClass.printSourceCodeFragments(JSourceWriter sourceWriter) protected final voidAbstractJClass.printStaticInitializers(JSourceWriter jsw) Writes to the JSourceWriter any static initialization used by this class.voidJCompUnit.printStructures(JSourceWriter jsw, boolean printPublic) Print the source code for the contained JClass objects.