Modifier and Type | Field and Description |
---|---|
static UninitializedObjectType |
_this
For instance initialization methods, it is important to remember
which instance it is that is not initialized yet.
|
Constructor and Description |
---|
Frame(int maxLocals,
int maxStack) |
Frame(LocalVariables locals,
OperandStack stack) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
clone() |
boolean |
equals(java.lang.Object o) |
Frame |
getClone() |
LocalVariables |
getLocals() |
OperandStack |
getStack() |
java.lang.String |
toString()
Returns a String representation of the Frame instance.
|
public static UninitializedObjectType _this
public Frame(int maxLocals, int maxStack)
public Frame(LocalVariables locals, OperandStack stack)
protected java.lang.Object clone()
clone
in class java.lang.Object
public Frame getClone()
public LocalVariables getLocals()
public OperandStack getStack()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object