Uses of Class
org.codehaus.modello.generator.java.javasource.JSourceWriter

Packages that use JSourceWriter
org.codehaus.modello.generator.java.javasource   
 

Uses of JSourceWriter in org.codehaus.modello.generator.java.javasource
 

Methods in org.codehaus.modello.generator.java.javasource with parameters of type JSourceWriter
protected static void Header.print(JSourceWriter jsw, boolean printPublic)
          Print the specified header to the given Writer.
 void JCompUnit.print(JSourceWriter jsw)
          Prints the source code for this JClass.
 void JCompUnit.printStructures(JSourceWriter jsw, boolean printPublic)
          Print the source code for the contained JClass objects.
 void JDocComment.print(JSourceWriter jsw)
          prints this JavaDoc comment using the given JSourceWriter
 void JComment.print(JSourceWriter jsw)
          prints this JComment using the given JSourceWriter
 void JSourceCode.print(JSourceWriter jsw)
          Prints this JSourceCode to the given JSourceWriter
 void JConstructor.print(JSourceWriter jsw)
           
 void JClass.print(JSourceWriter jsw)
          Prints the source code for this JClass to the given JSourceWriter
 void JClass.print(JSourceWriter jsw, boolean classOnly)
          Prints the source code for this JClass to the given JSourceWriter
 void JInterface.print(JSourceWriter jsw)
          Prints the source code for this JInterface to the given JSourceWriter
 void JInterface.print(JSourceWriter jsw, boolean classOnly)
          Prints the source code for this JInterface to the given JSourceWriter
 void JMethod.print(JSourceWriter jsw)
          Prints this JMethod to the given JSourceWriter.
abstract  void JStructure.print(JSourceWriter jsw)
          Prints the source code for this JStructure to the given JSourceWriter.
 void JStructure.printHeader(JSourceWriter jsw)
          A utility method that prints the header to the given JSourceWriter
 void JStructure.printImportDeclarations(JSourceWriter jsw)
          A utility method that prints the imports to the given JSourceWriter
 void JStructure.printPackageDeclaration(JSourceWriter jsw)
          A utility method that prints the packageDeclaration to the given JSourceWriter
protected static void JStructure.printlnWithPrefix(java.lang.String prefix, java.lang.String source, JSourceWriter jsw)
          Prints the given source string to the JSourceWriter using the given prefix at the beginning of each new line.
 void JMethodSignature.print(JSourceWriter jsw)
          Prints the method signature.
 void JMethodSignature.print(JSourceWriter jsw, boolean printJavaDoc)
          Prints the method signature.