org.jikesrvm.compilers.opt.ir
Class Instruction.MOE
java.lang.Object
org.jikesrvm.compilers.opt.ir.Instruction.BASE_OE
org.jikesrvm.compilers.opt.ir.Instruction.MOE
- All Implemented Interfaces:
- Enumeration<Operand>
- Enclosing class:
- Instruction
private static final class Instruction.MOE
- extends Instruction.BASE_OE
Enumerate the memory operands of an instruction
Method Summary |
protected void |
advance()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Instruction.MOE
public Instruction.MOE(Instruction instr,
int start,
int end)
advance
protected void advance()
- Specified by:
advance
in class Instruction.BASE_OE