|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JPackage in com.sun.codemodel |
---|
Methods in com.sun.codemodel that return JPackage | |
---|---|
JPackage |
JArrayClass._package()
|
JPackage |
JNullType._package()
|
abstract JPackage |
JClass._package()
Gets the package to which this class belongs. |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |