jrre.event
Class PushStackFrameEvent

java.lang.Object
  |
  +--jrre.event.VMEvent
        |
        +--jrre.event.PushStackFrameEvent

public class PushStackFrameEvent
extends VMEvent


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

PushStackFrameEvent

public PushStackFrameEvent(java.lang.String methodName,
                           int maxStackSize,
                           int localVariableCount,
                           Instruction instructions)
Method Detail

getInstructions

public Instruction getInstructions()
Gets the Instructions.


setInstructions

public void setInstructions(Instruction instructions)
Sets the Instructions.


getLocalVariableCount

public int getLocalVariableCount()
Gets the LocalVariableCount.


setLocalVariableCount

public void setLocalVariableCount(int localVariableCount)
Sets the LocalVariableCount.


getMaxStackSize

public int getMaxStackSize()
Gets the MaxStackSize.


setMaxStackSize

public void setMaxStackSize(int maxStackSize)
Sets the MaxStackSize.


getMethodName

public java.lang.String getMethodName()
Gets the Name.


setMethodName

public void setMethodName(java.lang.String methodName)
Sets the Name.



Copyright © 2002-2002 Appalachian State University. All Rights Reserved.