|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jrre.LocalVariableFrame
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 |
public LocalVariableFrame()
Method Detail |
public Type[] getLocalVariables()
public void setLocalVariables(Type[] localVariables)
public int getSize()
public void setSize(int size)
public Type getLocalVariable(int variableNumber)
public void setLocalVariable(int variableNumber, Type value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |