|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jrre.StackFrame
Constructor Summary | |
StackFrame()
Constructor. |
Method Summary | |
void |
clear()
|
Class |
getClassContainingMethod()
Gets the ClassContainingMethod. |
Instruction |
getCurrentInstruction()
|
Instruction |
getInstructions()
Gets the Instructions. |
Type |
getLocalVariable(int variableIndex)
|
int |
getLocalVariableSize()
Gets the LocalVariableSize. |
int |
getMaxStackSize()
Gets the MaxStackSize. |
StackFrame |
getNextFrame()
|
Instruction |
getNextInstruction()
|
OperandStack |
getOperandStack()
Gets the OperandStack. |
Instruction |
getPrevInstruction()
|
StackFrame |
getPreviousFrame()
Gets the PreviousFrame. |
void |
restoreLastInstruction()
|
void |
setClassContainingMethod(Class classContainingMethod)
Sets the ClassContainingMethod. |
void |
setInstructions(Instruction instructions)
Sets the Instructions. |
void |
setLocalVariable(int variableIndex,
Type value)
|
void |
setLocalVariableSize(int localVariableSize)
Sets the LocalVariableSize. |
void |
setMaxStackSize(int maxStackSize)
Sets the MaxStackSize. |
void |
setNextFrame(StackFrame newFrame)
|
void |
setOperandStack(OperandStack operandStack)
Sets the OperandStack. |
void |
setPreviousFrame(StackFrame previousFrame)
Sets the PreviousFrame. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StackFrame()
Method Detail |
public int getMaxStackSize()
public void setMaxStackSize(int maxStackSize)
public void clear()
public Class getClassContainingMethod()
public void setClassContainingMethod(Class classContainingMethod)
public OperandStack getOperandStack()
public void setOperandStack(OperandStack operandStack)
public StackFrame getPreviousFrame()
public void setPreviousFrame(StackFrame previousFrame)
public StackFrame getNextFrame()
public void setNextFrame(StackFrame newFrame)
public Type getLocalVariable(int variableIndex)
public void setLocalVariable(int variableIndex, Type value)
public Instruction getCurrentInstruction()
public Instruction getInstructions()
public void setInstructions(Instruction instructions)
public int getLocalVariableSize()
public void setLocalVariableSize(int localVariableSize)
public Instruction getNextInstruction()
public Instruction getPrevInstruction()
public void restoreLastInstruction()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |