private static final class Instruction.OE extends Instruction.BASE_OE
Modifier and Type | Field and Description |
---|---|
private int |
defEnd |
private Operand |
deferredMOReg |
Constructor and Description |
---|
OE(Instruction instr,
int start,
int end,
int defEnd) |
Modifier and Type | Method and Description |
---|---|
protected void |
advance() |
hasMoreElements, nextElement
private final int defEnd
private Operand deferredMOReg
OE(Instruction instr, int start, int end, int defEnd)
protected void advance()
advance
in class Instruction.BASE_OE