|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jrre.NativeStackFrame
Constructor Summary | |
NativeStackFrame()
|
Method Summary | |
Instruction |
getInstructions()
Gets the Instructions. |
Type |
getLocalVariable(int variableIndex)
|
int |
getLocalVariableSize()
Gets the LocalVariableSize. |
LocalVariableAttributeTable |
getLocalVariableTable()
Gets the LocalVariableTable. |
Instruction |
getNextInstruction()
Sets the ByteCode. |
Type |
popOperand()
|
void |
pushOperand(Type variable)
|
void |
setInstructions(Instruction instructions)
Sets the Instructions. |
void |
setLocalVariable(int variableIndex,
Type value)
|
void |
setLocalVariableSize(int localVariableSize)
Sets the LocalVariableSize. |
void |
setLocalVariableTable(LocalVariableAttributeTable localVariableTable)
Sets the LocalVariableTable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NativeStackFrame()
Method Detail |
public Type getLocalVariable(int variableIndex)
public void setLocalVariable(int variableIndex, Type value)
public Instruction getInstructions()
public void setInstructions(Instruction instructions)
public LocalVariableAttributeTable getLocalVariableTable()
public void setLocalVariableTable(LocalVariableAttributeTable localVariableTable)
public int getLocalVariableSize()
public void setLocalVariableSize(int localVariableSize)
public void pushOperand(Type variable)
public Type popOperand()
public Instruction getNextInstruction()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |