public abstract class ReturnOperation extends 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.
BREAKPOINT, IMPDEP1, IMPDEP2, OPCODE_BYTE_LENGTH
Constructor and Description |
---|
ReturnOperation() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
execute(Frame frame)
executes the operation
|
static boolean |
isStatic(AccessibleObject object)
is the accessibleObject static?
|
static boolean |
isSynchronized(AccessibleObject object)
is the accessibleObject synchronized?
|
getByteLength, getOpcode, toString, toString
public abstract Object execute(Frame frame)
frame
- the current framepublic static boolean isSynchronized(AccessibleObject object)
object
- the method or constructorpublic static boolean isStatic(AccessibleObject object)
object
- the method or constructorCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.