public interface FactoryInterface
(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
|
Modifier and Type | Method and Description |
---|---|
Operation |
readOperation(DataInput dataInput,
int startBytePosition)
resolves an operation for an operandCode
|
Operation |
readOperation(int operand,
DataInput dataInput,
int startBytePosition)
resolves an operation for an operandCode
|
static final int BREAKPOINT
static final int IMPDEP1
static final int IMPDEP2
Operation readOperation(DataInput dataInput, int startBytePosition) throws IOException
dataInput
- the dataInputstartBytePosition
- the position in the byteStreamIOException
- on IOExceptionOperation readOperation(int operand, DataInput dataInput, int startBytePosition) throws IOException
operand
- the operanddataInput
- the dataInputstartBytePosition
- the position in the byteStreamIOException
- on IOExceptionCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.