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 JCodeModelJClass. _ownerprivate JCodeModelJAnnotationArrayMember. ownerprivate JCodeModelJDocComment. ownerprivate JCodeModelJPackage. ownerprivate JCodeModelJPrimitiveType. ownerMethods in com.sun.codemodel that return JCodeModel Modifier and Type Method Description private JCodeModelJAnnotationUse. owner()JCodeModelJClass. owner()Gets the JCodeModel object to which this object belongs.JCodeModelJClassContainer. owner()Get the root code model object.protected abstract JCodeModelJGenerifiableImpl. owner()protected JCodeModelJMethod. owner()JCodeModelJPackage. owner()Return the code model root object being used to create this package.JCodeModelJPrimitiveType. owner()abstract JCodeModelJType. owner()Gets the owner code model object.Methods in com.sun.codemodel with parameters of type JCodeModel Modifier and Type Method Description static JPrimitiveTypeJType. 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 JCodeModelACTask. codeModelGenerated interfaces go into this codeModel.
-