|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCodeModel | |
---|---|
com.sun.codemodel | Library for generating Java source code |
Uses of JCodeModel in com.sun.codemodel |
---|
Methods in com.sun.codemodel that return JCodeModel | |
---|---|
abstract JCodeModel |
JType.owner()
Gets the owner code model object. |
protected JCodeModel |
JMethod.owner()
|
JCodeModel |
JClass.owner()
Gets the JCodeModel object to which this object belongs. |
JCodeModel |
JPrimitiveType.owner()
|
JCodeModel |
JClassContainer.owner()
Get the root code model object. |
JCodeModel |
JPackage.owner()
Return the code model root object being used to create this package. |
Methods in com.sun.codemodel with parameters of type JCodeModel | |
---|---|
static JPrimitiveType |
JType.parse(JCodeModel codeModel,
String typeName)
Obtains a reference to the primitive type object from a type name. |
Constructors in com.sun.codemodel with parameters of type JCodeModel | |
---|---|
JClass(JCodeModel _owner)
|
|
JDocComment(JCodeModel owner)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |