Uses of Class
com.sun.codemodel.JCodeModel
Packages that use JCodeModel
-
Uses of JCodeModel in com.sun.codemodel
Methods in com.sun.codemodel that return JCodeModelModifier and TypeMethodDescriptionfinal JCodeModelJClass.owner()Gets the JCodeModel object to which this object belongs.JClassContainer.owner()Get the root code model object.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 JCodeModel