org.apache.bcel.verifier.structurals
Class Frame
java.lang.Object
org.apache.bcel.verifier.structurals.Frame
public class Frame
extends java.lang.Object
This class represents a JVM execution frame; that means,
a local variable array and an operand stack.
$Id: Frame.java,v 1.1.1.1 2001/10/29 20:00:39 jvanzyl Exp $protected static UninitializedObjectType | _this - For instance initialization methods, it is important to remember
which instance it is that is not initialized yet.
|
_this
protected static UninitializedObjectType _this
For instance initialization methods, it is important to remember
which instance it is that is not initialized yet. It will be
initialized invoking another constructor later.
NULL means the instance already *is* initialized.
Frame
public Frame(int maxLocals,
int maxStack)
clone
protected Object clone()
equals
public boolean equals(Object o)
getClone
public Frame getClone()
toString
public String toString()
Returns a String representation of the Frame instance.