jdeparser 1.0.0.Final-redhat-1

Deprecated API


Contents
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)
          use JAnnotationArrayMember.annotate(java.lang.Class) 
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) 
org.jboss.jdeparser.JPrimitiveType.unboxify()
          calling this method from JPrimitiveType would be meaningless, since it's always guaranteed to return this. 
 


jdeparser 1.0.0.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.