|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu32.ArrayBackedInstructionSource
public class ArrayBackedInstructionSource
Constructor Summary | |
---|---|
ArrayBackedInstructionSource(int[] microcodes,
int[] positions)
|
Method Summary | |
---|---|
int |
getLength()
|
int |
getMicrocode()
|
boolean |
getNext()
|
int |
getX86Length()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayBackedInstructionSource(int[] microcodes, int[] positions)
microcodes
- positions
- Method Detail |
---|
public boolean getNext()
getNext
in interface InstructionSource
public int getMicrocode()
getMicrocode
in interface InstructionSource
public int getLength()
getLength
in interface InstructionSource
public int getX86Length()
getX86Length
in interface InstructionSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |