nl.tudelft.simulation.dsol.interpreter.operations
Class INVOKESPECIAL
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.INVOKESPECIAL
public class INVOKESPECIAL
- extends INVOKESPECIAL
The INVOKESPECIAL operation as defined in
http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html
.
(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.
- Since:
- 1.4
- Version:
- $Revision: 1.1 $ $Date: 2007/01/06 13:25:08 $
- Author:
- Peter
Jacobs Alexander
Verbraeck
Fields inherited from class nl.tudelft.simulation.dsol.interpreter.operations.reflection.INVOKESPECIAL |
index, OP |
INVOKESPECIAL
public INVOKESPECIAL(DataInput dataInput)
throws IOException
- constructs a new INVOKESPECIAL
- Parameters:
dataInput
- the dataInput
- Throws:
IOException
- on IOfailure
execute
public Frame execute(Frame frame,
Object objectRef,
Method method,
Object[] arguments)
throws Exception
- Description copied from class:
INVOKESPECIAL
- executes the method on the objectRef
- Overrides:
execute
in class INVOKESPECIAL
- Parameters:
frame
- the frameobjectRef
- the objectRefmethod
- the methodarguments
- the arguments
- Returns:
- the resulting Frame
- Throws:
Exception
- on reflection 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.