|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jrre.event.VMEvent | +--jrre.event.PushStackFrameEvent
Constructor Summary | |
PushStackFrameEvent(java.lang.String methodName,
int maxStackSize,
int localVariableCount,
Instruction instructions)
|
Method Summary | |
Instruction |
getInstructions()
Gets the Instructions. |
int |
getLocalVariableCount()
Gets the LocalVariableCount. |
int |
getMaxStackSize()
Gets the MaxStackSize. |
java.lang.String |
getMethodName()
Gets the Name. |
void |
setInstructions(Instruction instructions)
Sets the Instructions. |
void |
setLocalVariableCount(int localVariableCount)
Sets the LocalVariableCount. |
void |
setMaxStackSize(int maxStackSize)
Sets the MaxStackSize. |
void |
setMethodName(java.lang.String methodName)
Sets the Name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PushStackFrameEvent(java.lang.String methodName, int maxStackSize, int localVariableCount, Instruction instructions)
Method Detail |
public Instruction getInstructions()
public void setInstructions(Instruction instructions)
public int getLocalVariableCount()
public void setLocalVariableCount(int localVariableCount)
public int getMaxStackSize()
public void setMaxStackSize(int maxStackSize)
public java.lang.String getMethodName()
public void setMethodName(java.lang.String methodName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |