Deprecated Methods |
org.jboss.jdeparser.JClassContainer._class(int, String, boolean)
use JClassContainer._class(int, String, ClassType) |
org.jboss.jdeparser.JDefinedClass._class(int, String, boolean)
|
org.jboss.jdeparser.JPackage._class(int, String, boolean)
|
org.jboss.jdeparser.JAnnotationUse.annotate(Class extends Annotation>)
use JAnnotationArrayMember.annotate(java.lang.Class extends java.lang.annotation.Annotation>) |
org.jboss.jdeparser.JClass.boxify()
calling this method from JClass
would be meaningless, since it's always guaranteed to
return this. |
org.jboss.jdeparser.JMethod.getMods()
use JMethod.mods() |
org.jboss.jdeparser.JPrimitiveType.getWrapperClass()
Use JPrimitiveType.boxify() . |
org.jboss.jdeparser.JDeparser.newAnonymousClass(JClass)
The naming convention doesn't match the rest of the JDeparser.
Use JDeparser.anonymousClass(JClass) instead. |
org.jboss.jdeparser.JAnnotationArrayMember.param(JAnnotationUse)
use JAnnotationArrayMember.annotate(java.lang.Class extends java.lang.annotation.Annotation>) |
org.jboss.jdeparser.JPrimitiveType.unboxify()
calling this method from JPrimitiveType
would be meaningless, since it's always guaranteed to
return this. |