Uses of Class
org.exolab.javasource.JSourceWriter

Packages that use JSourceWriter
org.exolab.javasource 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 JSourceWriter
 void JCompUnit.print(JSourceWriter jsw)
          Prints the source code for this JClass to the provided JSourceWriter.
 void JMethodSignature.print(JSourceWriter jsw)
          Prints the method signature.
 void JComment.print(JSourceWriter jsw)
          Prints this JComment using the given JSourceWriter.
 void JAnnotationType.print(JSourceWriter jsw)
          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 JDocComment.print(JSourceWriter jsw)
          Prints this JavaDoc comment using the given JSourceWriter.
abstract  void JStructure.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 JSourceCode.print(JSourceWriter jsw)
          Prints this JSourceCode to the given JSourceWriter.
 void JInterface.print(JSourceWriter jsw)
          Deprecated. Please use the Velocity-template based approach instead.
 void JMethod.print(JSourceWriter jsw)
          Prints this JMethod to the given JSourceWriter.
 void JConstructor.print(JSourceWriter jsw)
          Prints this JConstructor to the provided JSourceWriter.
 void JEnumConstant.print(JSourceWriter jsw)
          prints this enum constant.
 void AbstractJClass.print(JSourceWriter jsw)
          Deprecated. Please use the Velocity-template based approach instead.
 void JMethodSignature.print(JSourceWriter jsw, boolean printJavaDoc)
          Prints the method signature.
 void JInterface.print(JSourceWriter jsw, boolean classOnly)
          Deprecated. Please use the Velocity-template based approach instead.
 void JClass.print(JSourceWriter jsw, boolean classOnly)
          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 JEnum.print(JSourceWriter jsw, boolean classOnly)
          Prints the source code for this JClass to the given JSourceWriter.
 boolean JAnnotatedElementHelper.printAnnotations(JSourceWriter jsw)
          Outputs the list of annotations maintained by this object.
protected  void AbstractJClass.printClassHeaders(JSourceWriter jsw)
          Writes to the JSourceWriter the headers for this class file.
protected  void AbstractJClass.printConstantDefinitions(JSourceWriter jsw)
          Writes to the JSourceWriter the constant definitions of this class.
protected  void AbstractJClass.printConstructors(JSourceWriter jsw)
          Writes to the JSourceWriter all constructors for this class.
 void JStructure.printHeader(JSourceWriter jsw)
          A utility method that prints the header to the given JSourceWriter.
protected  void JStructure.printImportDeclarations(JSourceWriter jsw)
          A utility method that prints the imports to the given JSourceWriter.
protected  void AbstractJClass.printInnerClasses(JSourceWriter jsw)
          Writes to the JSourceWriter all inner classes belonging to this class.
protected  void AbstractJClass.printMemberVariables(JSourceWriter jsw)
          Writes to the JSourceWriter the member variables of this class.
protected  void AbstractJClass.printMethods(JSourceWriter jsw)
          Writes to the JSourceWriter all methods belonging to this class.
 void JStructure.printPackageDeclaration(JSourceWriter jsw)
          A utility method that prints the packageDeclaration to the given JSourceWriter.
protected  void AbstractJClass.printSourceCodeFragments(JSourceWriter sourceWriter)
           
protected  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.
 



Copyright © 2012. All Rights Reserved.