org.apache.bcel.verifier.structurals
public class UninitializedObjectType extends ReferenceType implements Constants
Version: $Id: UninitializedObjectType.java 152690 2001-10-29 19:59:54Z jvanzyl $
| 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. |