|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FactoryInterface
The factoryInterface defines the required behavior for operation factories mapping opcodes to operations.
(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.
Field Summary | |
---|---|
static int |
BREAKPOINT
RESERVED OPCODE |
static int |
IMPDEP1
RESERVED OPCODE |
static int |
IMPDEP2
RESERVED OPCODE |
Method Summary | |
---|---|
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 |
Field Detail |
---|
static final int BREAKPOINT
static final int IMPDEP1
static final int IMPDEP2
Method Detail |
---|
Operation readOperation(DataInput dataInput, int startBytePosition) throws IOException
dataInput
- the dataInputstartBytePosition
- the position in the byteStream
IOException
- on IOExceptionOperation readOperation(int operand, DataInput dataInput, int startBytePosition) throws IOException
operand
- the operanddataInput
- the dataInputstartBytePosition
- the position in the byteStream
IOException
- on IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |