public abstract class Operation extends Object
(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 |
BREAKPOINT
RESERVED OPCODE
|
static int |
IMPDEP1
RESERVED OPCODE
|
static int |
IMPDEP2
RESERVED OPCODE
|
static int |
OPCODE_BYTE_LENGTH
OPCODE_BYTE_LENGTH
|
Constructor and Description |
---|
Operation() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getByteLength() |
abstract int |
getOpcode() |
String |
toString() |
static String |
toString(MethodDescriptor methodDescriptor,
Operation[] operations)
represents a set of operations as string.
|
public static final int OPCODE_BYTE_LENGTH
public static final int BREAKPOINT
public static final int IMPDEP1
public static final int IMPDEP2
public abstract int getOpcode()
public abstract int getByteLength()
public String toString()
toString
in class Object
Object.toString()
public static String toString(MethodDescriptor methodDescriptor, Operation[] operations)
methodDescriptor
- the methodDescriptoroperations
- the operations to representCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.