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 386056 2006-03-15 11:31:56Z tcurdt $
_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()
hashCode
public int hashCode()
- a hash code value for the object.
toString
public String toString()
Returns a String representation of the Frame instance.