|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.dsol.interpreter.Frame
public class Frame
A Frame
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Field Summary | |
---|---|
protected Constant[] |
constantPool
the constantPool of this frame |
protected LocalVariable[] |
localVariables
the localVariables of this frame |
protected OperandStack |
operandStack
the operandStack of this frame |
Constructor Summary | |
---|---|
Frame(Constant[] constantPool,
LocalVariable[] localVariables,
Operation[] operations,
OperandStack stack,
MethodDescriptor methodDescriptor)
constructs a new Frame |
Method Summary | |
---|---|
Object |
clone()
|
Constant[] |
getConstantPool()
|
LocalVariable[] |
getLocalVariables()
|
MethodDescriptor |
getMethodDescriptor()
|
OperandStack |
getOperandStack()
|
Operation[] |
getOperations()
|
int |
getReturnPosition()
|
boolean |
isPaused()
|
void |
setPaused(boolean paused)
|
void |
setReturnPosition(int returnPosition)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Constant[] constantPool
protected LocalVariable[] localVariables
protected OperandStack operandStack
Constructor Detail |
---|
public Frame(Constant[] constantPool, LocalVariable[] localVariables, Operation[] operations, OperandStack stack, MethodDescriptor methodDescriptor)
constantPool
- the constantPoollocalVariables
- the localVariablesoperations
- the array of operations to executestack
- the stackmethodDescriptor
- the methodDescriptorMethod Detail |
---|
public Constant[] getConstantPool()
public LocalVariable[] getLocalVariables()
public int getReturnPosition()
public Operation[] getOperations()
public void setReturnPosition(int returnPosition)
returnPosition
- The returnPosition to set.public MethodDescriptor getMethodDescriptor()
public OperandStack getOperandStack()
public boolean isPaused()
public void setPaused(boolean paused)
paused
- The paused to set.public Object clone()
clone
in class Object
Object.clone()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |