Method and Description |
---|
org.jboss.jdeparser.JDefinedClass._class(int, String, boolean) |
org.jboss.jdeparser.JClassContainer._class(int, String, boolean) |
org.jboss.jdeparser.JPackage._class(int, String, boolean) |
org.jboss.jdeparser.JAnnotationUse.annotate(Class<? extends 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() |
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) |
org.jboss.jdeparser.JPrimitiveType.unboxify()
calling this method from
JPrimitiveType
would be meaningless, since it's always guaranteed to
return this. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.