public abstract class VoidOperation 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 |
---|
VoidOperation() |
Modifier and Type | Method and Description |
---|---|
abstract void |
execute(OperandStack stack,
Constant[] constantPool,
LocalVariable[] localvariables)
executes the operation
|
getByteLength, getOpcode, toString, toString
public abstract void execute(OperandStack stack, Constant[] constantPool, LocalVariable[] localvariables)
stack
- the stack to operate onconstantPool
- the constantpoollocalvariables
- the localvariablesCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.