Method and Description |
---|
com.sun.codemodel.JPackage._class(int, String, boolean) |
com.sun.codemodel.JDefinedClass._class(int, String, boolean) |
com.sun.codemodel.JClassContainer._class(int, String, boolean) |
com.sun.codemodel.JAnnotationUse.annotate(Class extends Annotation>) |
com.sun.codemodel.JClass.boxify()
calling this method from
JClass
would be meaningless, since it's always guaranteed to
return this. |
com.sun.codemodel.JMethod.getMods()
use
JMethod.mods() |
com.sun.codemodel.JPrimitiveType.getWrapperClass() |
com.sun.codemodel.JCodeModel.newAnonymousClass(JClass)
The naming convention doesn't match the rest of the CodeModel.
Use
JCodeModel.anonymousClass(JClass) instead. |
com.sun.codemodel.JAnnotationArrayMember.param(JAnnotationUse) |
com.sun.codemodel.JPrimitiveType.unboxify()
calling this method from
JPrimitiveType
would be meaningless, since it's always guaranteed to
return this. |
Copyright © 2005-2014 Sun Microsystems. All Rights Reserved.