Uses of Class
com.sun.codemodel.JCodeModel
-
Packages that use JCodeModel Package Description com.sun.codemodel Library for generating Java source codecom.sun.codemodel.ac -
-
Uses of JCodeModel in com.sun.codemodel
Fields in com.sun.codemodel declared as JCodeModel Modifier and Type Field Description private JCodeModel
JClass. _owner
private JCodeModel
JAnnotationArrayMember. owner
private JCodeModel
JDocComment. owner
private JCodeModel
JPackage. owner
private JCodeModel
JPrimitiveType. owner
Methods in com.sun.codemodel that return JCodeModel Modifier and Type Method Description private JCodeModel
JAnnotationUse. owner()
JCodeModel
JClass. owner()
Gets the JCodeModel object to which this object belongs.JCodeModel
JClassContainer. owner()
Get the root code model object.protected abstract JCodeModel
JGenerifiableImpl. owner()
protected JCodeModel
JMethod. owner()
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.Methods in com.sun.codemodel with parameters of type JCodeModel Modifier and Type Method Description static JPrimitiveType
JType. parse(JCodeModel codeModel, java.lang.String typeName)
Obtains a reference to the primitive type object from a type name.Constructors in com.sun.codemodel with parameters of type JCodeModel Constructor Description JAnnotationArrayMember(JCodeModel owner)
JArrayClass(JCodeModel owner, JType component)
JClass(JCodeModel _owner)
JDefinedClass(int mods, java.lang.String name, JClassContainer parent, JCodeModel owner)
JDefinedClass(int mods, java.lang.String name, JClassContainer parent, JCodeModel owner, ClassType classTypeVal)
JClass constructorJDefinedClass(JCodeModel owner, int mods, java.lang.String name)
Constructor for creating anonymous inner class.JDirectClass(JCodeModel _owner, java.lang.String fullName)
JDocComment(JCodeModel owner)
JNullType(JCodeModel _owner)
JPackage(java.lang.String name, JCodeModel cw)
JPackage constructorJPrimitiveType(JCodeModel owner, java.lang.String typeName, java.lang.Class<?> wrapper)
JTypeVar(JCodeModel owner, java.lang.String _name)
-
Uses of JCodeModel in com.sun.codemodel.ac
Fields in com.sun.codemodel.ac declared as JCodeModel Modifier and Type Field Description private JCodeModel
ACTask. codeModel
Generated interfaces go into this codeModel.
-