org.jikesrvm.compilers.opt.ir
Class Instruction.ROE
java.lang.Object
org.jikesrvm.compilers.opt.ir.Instruction.BASE_OE
org.jikesrvm.compilers.opt.ir.Instruction.ROE
- All Implemented Interfaces:
- Enumeration<Operand>
- Enclosing class:
- Instruction
private static final class Instruction.ROE
- extends Instruction.BASE_OE
Enumerate the root 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.ROE
public Instruction.ROE(Instruction instr,
int start,
int end)
advance
protected void advance()
- Specified by:
advance
in class Instruction.BASE_OE