org.apache.bcel.verifier.structurals
Class Frame
- java.lang.Object
-
- org.apache.bcel.verifier.structurals.Frame
-
public class Frame extends java.lang.ObjectThis class represents a JVM execution frame; that means, a local variable array and an operand stack.
-
-
Constructor Summary
Constructors Constructor and Description Frame(int maxLocals, int maxStack)Frame(LocalVariables locals, OperandStack stack)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object o)FramegetClone()LocalVariablesgetLocals()OperandStackgetStack()static UninitializedObjectTypegetThis()inthashCode()static voidsetThis(UninitializedObjectType _this)java.lang.StringtoString()Returns a String representation of the Frame instance.
-
-
-
Constructor Detail
-
Frame
public Frame(int maxLocals, int maxStack)
-
Frame
public Frame(LocalVariables locals, OperandStack stack)
-
-
Method Detail
-
getClone
public Frame getClone()
-
getLocals
public LocalVariables getLocals()
-
getStack
public OperandStack getStack()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object- Returns:
- a hash code value for the object.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
Returns a String representation of the Frame instance.- Overrides:
toStringin classjava.lang.Object
-
getThis
public static UninitializedObjectType getThis()
- Returns:
- the _this
- Since:
- 6.0
-
setThis
public static void setThis(UninitializedObjectType _this)
- Parameters:
_this- the _this to set- Since:
- 6.0
-
-
DataMelt 3.0 © DataMelt by jWork.ORG