-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionsince 5.2 because multiple variables can share the same slot, use getLocalVariable(int index, int pc) instead.If the instruction references an array class, this method will return "java.lang.Object". For code generated by Java 1.5, this answer is sometimes wrong (e.g., if the "clone()" method is called on an array). A better idea is to use the getReferenceType() method, which correctly distinguishes between class types and array types.If the instruction references an array class, the ObjectType returned will be invalid. Use getReferenceType() instead.this method returns an inaccurate result if the class or interface referenced cannot be found: use referencesClassExact() insteadthis method returns an inaccurate result if the class or interface referenced cannot be found: use referencesInterfaceExact() insteaduse getFirstCommonSuperclass(ReferenceType t) which has slightly changed semantics.
-
Deprecated Constructors