jrre
Class LocalVariableFrame

java.lang.Object
  |
  +--jrre.LocalVariableFrame

public class LocalVariableFrame
extends java.lang.Object

For containing the local variables in a stack frame.


Constructor Summary
LocalVariableFrame()
          LocalVariables[size] should be calculated.
 
Method Summary
 Type getLocalVariable(int variableNumber)
           
 Type[] getLocalVariables()
          Gets the LocalVariables.
 int getSize()
          Gets the Size.
 void setLocalVariable(int variableNumber, Type value)
           
 void setLocalVariables(Type[] localVariables)
          Sets the LocalVariables.
 void setSize(int size)
          Sets the Size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalVariableFrame

public LocalVariableFrame()
LocalVariables[size] should be calculated.

Method Detail

getLocalVariables

public Type[] getLocalVariables()
Gets the LocalVariables.


setLocalVariables

public void setLocalVariables(Type[] localVariables)
Sets the LocalVariables.


getSize

public int getSize()
Gets the Size.


setSize

public void setSize(int size)
Sets the Size.


getLocalVariable

public Type getLocalVariable(int variableNumber)

setLocalVariable

public void setLocalVariable(int variableNumber,
                             Type value)


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