org.apache.bcel.verifier.structurals
public class UninitializedObjectType extends ReferenceType implements Constants
Version: $Id: UninitializedObjectType.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| ObjectType | initialized The "initialized" version. |
| 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.