org.apache.bcel.verifier.structurals
public class UninitializedObjectType extends ReferenceType implements Constants
Constructor Summary | |
---|---|
UninitializedObjectType(ObjectType t) Creates a new instance. |
Method Summary | |
---|---|
boolean | equals(Object o)
Returns true on equality of this and o.
|
ObjectType | getInitialized()
Returns the ObjectType of the same class as the one of the uninitialized object
represented by this UninitializedObjectType instance. |
int | hashCode() |
Returns: a hash code value for the object.