Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Method and Description |
---|---|
JCodeModel |
JPackage.owner()
Return the code model root object being used to create this package.
|
JCodeModel |
JPrimitiveType.owner() |
abstract JCodeModel |
JType.owner()
Gets the owner code model object.
|
JCodeModel |
JClass.owner()
Gets the JCodeModel object to which this object belongs.
|
protected JCodeModel |
JMethod.owner() |
JCodeModel |
JClassContainer.owner()
Get the root code model object.
|
Modifier and Type | Method and Description |
---|---|
static JPrimitiveType |
JType.parse(JCodeModel codeModel,
java.lang.String typeName)
Obtains a reference to the primitive type object from a type name.
|
Constructor and Description |
---|
JClass(JCodeModel _owner) |
JDocComment(JCodeModel owner) |
Copyright © 2005-2014 Sun Microsystems. All Rights Reserved.