public class Frame extends Object
Modifier and Type | Field and Description |
---|---|
protected static UninitializedObjectType |
_this
Deprecated.
Use the getter/setter to access the field as it may be made private in a later release
|
Constructor and Description |
---|
Frame(int maxLocals,
int maxStack) |
Frame(LocalVariables locals,
OperandStack stack) |
Modifier and Type | Method and Description |
---|---|
protected Object |
clone() |
boolean |
equals(Object o) |
Frame |
getClone() |
LocalVariables |
getLocals() |
OperandStack |
getStack() |
static UninitializedObjectType |
getThis() |
int |
hashCode() |
static void |
setThis(UninitializedObjectType _this) |
String |
toString()
Returns a String representation of the Frame instance.
|
@Deprecated protected static UninitializedObjectType _this
public Frame(int maxLocals, int maxStack)
public Frame(LocalVariables locals, OperandStack stack)
public static UninitializedObjectType getThis()
public static void setThis(UninitializedObjectType _this)
_this
- the _this to setpublic Frame getClone()
public LocalVariables getLocals()
public OperandStack getStack()
public int hashCode()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.