Uses of Class
com.sun.codemodel.JPackage

Uses of JPackage in com.sun.codemodel
 

Methods in com.sun.codemodel that return JPackage
abstract  JPackage JClass._package()
          Gets the package to which this class belongs.
 JPackage JArrayClass._package()
           
 JPackage JNullType._package()
           
 JPackage JCodeModel._package(java.lang.String name)
          Add a package to the list of packages to be generated
 JPackage JPackage.parent()
          Gets the parent package, or null if this class is the root package.
 JPackage JCodeModel.rootPackage()
           
 JPackage JPackage.subPackage(java.lang.String pkg)
          Gets a reference to a sub package of this package.
 

Methods in com.sun.codemodel with parameters of type JPackage
 java.io.OutputStream CodeWriter.open(JPackage pkg, java.lang.String fileName)
          Called by CodeModel to store the specified file.