public abstract class JumpOperation 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 |
|---|
JumpOperation() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
execute(OperandStack stack,
Constant[] constantPool,
LocalVariable[] localvariables)
executes the operation
|
getByteLength, getOpcode, toString, toStringpublic abstract int 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.