public class ATHROW 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.
Modifier and Type | Field and Description |
---|---|
static int |
OP
OP refers to the operand code
|
BREAKPOINT, IMPDEP1, IMPDEP2, OPCODE_BYTE_LENGTH
Constructor and Description |
---|
ATHROW(int bytePosition)
constructs a new ARETURN
|
Modifier and Type | Method and Description |
---|---|
Frame |
execute(Frame frame)
executes the aThrow operation on a frame
|
int |
getByteLength() |
int |
getBytePosition() |
int |
getOpcode() |
void |
setBytePosition(int bytePosition)
sets the bytePosition of this ATROW operation
|
public static final int OP
public ATHROW(int bytePosition)
the
- bytePostion in this methodpublic Frame execute(Frame frame)
frame
- the framepublic int getByteLength()
getByteLength
in class Operation
Operation.getByteLength()
public int getOpcode()
getOpcode
in class Operation
Operation.getOpcode()
public void setBytePosition(int bytePosition)
bytePosition
- the bytePositionpublic int getBytePosition()
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.