Uses of Class
com.sun.codemodel.JCodeModel
Packages that use JCodeModel
-
Uses of JCodeModel in com.sun.codemodel
Fields in com.sun.codemodel declared as JCodeModelModifier and TypeFieldDescriptionprivate final JCodeModelJClass._ownerprivate final JCodeModelJAnnotationArrayMember.ownerprivate final JCodeModelJDocComment.ownerprivate final JCodeModelJPackage.ownerprivate final JCodeModelJPrimitiveType.ownerMethods in com.sun.codemodel that return JCodeModelModifier and TypeMethodDescriptionprivate JCodeModelJAnnotationUse.owner()final JCodeModelJClass.owner()Gets the JCodeModel object to which this object belongs.JClassContainer.owner()Get the root code model object.protected abstract JCodeModelJGenerifiableImpl.owner()protected JCodeModelJMethod.owner()final JCodeModelJPackage.owner()Return the code model root object being used to create this package.JPrimitiveType.owner()abstract JCodeModelJType.owner()Gets the owner code model object.Methods in com.sun.codemodel with parameters of type JCodeModelModifier and TypeMethodDescriptionstatic JPrimitiveTypeJType.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 JCodeModelModifierConstructorDescription(package private)JAnnotationArrayMember(JCodeModel owner) (package private)JArrayClass(JCodeModel owner, JType component) protectedJClass(JCodeModel _owner) privateJDefinedClass(int mods, String name, JClassContainer parent, JCodeModel owner) privateJDefinedClass(int mods, String name, JClassContainer parent, JCodeModel owner, ClassType classTypeVal) JClass constructor(package private)JDefinedClass(JCodeModel owner, int mods, String name) Constructor for creating anonymous inner class.JDirectClass(JCodeModel _owner, String fullName) JDocComment(JCodeModel owner) (package private)JNullType(JCodeModel _owner) (package private)JPackage(String name, JCodeModel cw) JPackage constructor(package private)JPrimitiveType(JCodeModel owner, String typeName, Class<?> wrapper) (package private)JTypeVar(JCodeModel owner, String _name) -
Uses of JCodeModel in com.sun.codemodel.ac
Fields in com.sun.codemodel.ac declared as JCodeModelModifier and TypeFieldDescriptionprivate JCodeModelACTask.codeModelGenerated interfaces go into this codeModel.