nl.tudelft.simulation.dsol.interpreter.process
Class PROCESSINVOKESPECIAL
java.lang.Object
nl.tudelft.simulation.dsol.interpreter.Operation
nl.tudelft.simulation.dsol.interpreter.operations.InvokeOperation
nl.tudelft.simulation.dsol.interpreter.operations.reflection.INVOKESPECIAL
nl.tudelft.simulation.dsol.interpreter.operations.custom.CUSTOMINVOKESPECIAL
nl.tudelft.simulation.dsol.interpreter.process.PROCESSINVOKESPECIAL
public class PROCESSINVOKESPECIAL
- extends CUSTOMINVOKESPECIAL
PROCESSINVOKEVIRTUAL
(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.
- Version:
- $Revision: 1.1 $
- Author:
- Peter
Jacobs
Alexander
Verbraeck
Fields inherited from class nl.tudelft.simulation.dsol.interpreter.operations.reflection.INVOKESPECIAL |
index, OP |
PROCESSINVOKESPECIAL
public PROCESSINVOKESPECIAL(InterpreterOracleInterface interpreterOracle,
DataInput dataInput)
throws IOException
- constructs a new PROCESSINVOKEVIRTUAL
- Parameters:
interpreterOracle
- the oracledataInput
- the dataInput
- Throws:
IOException
- on IOfailure
execute
public Frame execute(Frame frame,
Object objectRef,
Method method,
Object[] arguments)
throws Exception
- executes the operation and returns a new Frame
- Overrides:
execute
in class CUSTOMINVOKESPECIAL
- Parameters:
frame
- the original frameobjectRef
- the object on which to invoke the methodarguments
- the arguments with which to invoke the methodmethod
- the method to invoke
- Returns:
- a new frame
- Throws:
Exception
- on invocation exception- See Also:
#execute(nl.tudelft.simulation.dsol.interpreter.Frame,
java.lang.Object, java.lang.reflect.Method, java.lang.Object[])
Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.