|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Operation in nl.tudelft.simulation.dsol.interpreter |
---|
Methods in nl.tudelft.simulation.dsol.interpreter that return Operation | |
---|---|
Operation[] |
Frame.getOperations()
|
Methods in nl.tudelft.simulation.dsol.interpreter with parameters of type Operation | |
---|---|
static Frame |
Interpreter.aThrow(Operation operation,
Frame frame,
Stack frameStack)
throws an exception |
static String |
Operation.toString(MethodDescriptor methodDescriptor,
Operation[] operations)
represents a set of operations as string. |
Constructors in nl.tudelft.simulation.dsol.interpreter with parameters of type Operation | |
---|---|
Frame(Constant[] constantPool,
LocalVariable[] localVariables,
Operation[] operations,
OperandStack stack,
MethodDescriptor methodDescriptor)
constructs a new Frame |
Uses of Operation in nl.tudelft.simulation.dsol.interpreter.classfile |
---|
Methods in nl.tudelft.simulation.dsol.interpreter.classfile that return Operation | |
---|---|
Operation |
MethodDescriptor.getOperation(int bytePosition)
returns the operation at bytePosition |
Operation[] |
MethodDescriptor.getOperations()
returns the operations of the method. |
Uses of Operation in nl.tudelft.simulation.dsol.interpreter.operations |
---|
Methods in nl.tudelft.simulation.dsol.interpreter.operations that return Operation | |
---|---|
Operation |
WIDE.getTarget()
|
Operation |
InterpreterFactory.readOperation(DataInput dataInput,
int startBytePosition)
|
Operation |
FactoryInterface.readOperation(DataInput dataInput,
int startBytePosition)
resolves an operation for an operandCode |
Operation |
InterpreterFactory.readOperation(int operand,
DataInput dataInput,
int startBytePositon)
|
Operation |
FactoryInterface.readOperation(int operand,
DataInput dataInput,
int startBytePosition)
resolves an operation for an operandCode |
Uses of Operation in nl.tudelft.simulation.dsol.interpreter.operations.custom |
---|
Subclasses of Operation in nl.tudelft.simulation.dsol.interpreter.operations.custom | |
---|---|
class |
CUSTOMINVOKEINTERFACE
The CUSTOMINVOKEINTERFACE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html . |
class |
CUSTOMINVOKESPECIAL
The CUSTOMINVOKESPECIAL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html . |
class |
CUSTOMINVOKESTATIC
The CUSTOMINVOKESTATIC operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html . |
class |
CUSTOMINVOKEVIRTUAL
The CUSTOMINVOKEVIRTUAL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html . |
Methods in nl.tudelft.simulation.dsol.interpreter.operations.custom that return Operation | |
---|---|
Operation |
CustomFactory.readOperation(int operand,
DataInput dataInput,
int startBytePostion)
|
Uses of Operation in nl.tudelft.simulation.dsol.interpreter.operations.reflection |
---|
Subclasses of Operation in nl.tudelft.simulation.dsol.interpreter.operations.reflection | |
---|---|
class |
INVOKEINTERFACE
INVOKEINTERFACE (c) copyright 2002-2005 Delft University of Technology , the Netherlands. |
class |
INVOKESPECIAL
INVOKESPECIAL (c) copyright 2002-2005 Delft University of Technology , the Netherlands. |
class |
INVOKESTATIC
INVOKESTATIC (c) copyright 2002-2005 Delft University of Technology , the Netherlands. |
class |
INVOKEVIRTUAL
INVOKEVIRTUAL (c) copyright 2002-2005 Delft University of Technology , the Netherlands. |
Methods in nl.tudelft.simulation.dsol.interpreter.operations.reflection that return Operation | |
---|---|
Operation |
ReflectionFactory.readOperation(int operand,
DataInput dataInput,
int startBytePostion)
|
Uses of Operation in nl.tudelft.simulation.dsol.interpreter.process |
---|
Subclasses of Operation in nl.tudelft.simulation.dsol.interpreter.process | |
---|---|
class |
PROCESSINVOKESPECIAL
PROCESSINVOKEVIRTUAL (c) copyright 2002-2005 Delft University of Technology , the Netherlands. |
class |
PROCESSINVOKEVIRTUAL
PROCESSINVOKEVIRTUAL (c) copyright 2002-2005 Delft University of Technology , the Netherlands. |
Methods in nl.tudelft.simulation.dsol.interpreter.process that return Operation | |
---|---|
Operation |
ProcessFactory.readOperation(int operand,
DataInput dataInput,
int startBytePostion)
reads a sequence of bytes and returns the appropriate bytecode operations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |