nl.tudelft.simulation.dsol.interpreter.operations
Class InvokeOperation

java.lang.Object
  extended by nl.tudelft.simulation.dsol.interpreter.Operation
      extended by nl.tudelft.simulation.dsol.interpreter.operations.InvokeOperation
Direct Known Subclasses:
INVOKEINTERFACE, INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL

public abstract class InvokeOperation
extends Operation

A Operation
(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:
1.0 Jan 12, 2004
Author:
Peter Jacobs

Field Summary
 
Fields inherited from class nl.tudelft.simulation.dsol.interpreter.Operation
BREAKPOINT, IMPDEP1, IMPDEP2, OPCODE_BYTE_LENGTH
 
Constructor Summary
InvokeOperation()
           
 
Method Summary
abstract  Frame execute(Frame frame)
          executes the operation
 
Methods inherited from class nl.tudelft.simulation.dsol.interpreter.Operation
getByteLength, getOpcode, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvokeOperation

public InvokeOperation()
Method Detail

execute

public abstract Frame execute(Frame frame)
executes the operation

Parameters:
frame - The current frame
Returns:
Frame the newly created frame or null when the invocation already took place


Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.