org.apache.bcel.verifier.structurals
public class Frame extends Object
Version: $Id: Frame.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| LocalVariables | locals |
| OperandStack | stack |
| protected static UninitializedObjectType | _this
For instance initialization methods, it is important to remember
which instance it is that is not initialized yet. |
| Constructor Summary | |
|---|---|
| Frame(int maxLocals, int maxStack) | |
| Frame(LocalVariables locals, OperandStack stack) | |
| Method Summary | |
|---|---|
| protected Object | clone() |
| boolean | equals(Object o) |
| Frame | getClone() |
| LocalVariables | getLocals() |
| OperandStack | getStack() |
| int | hashCode() |
| String | toString()
Returns a String representation of the Frame instance. |
Returns: a hash code value for the object.