org.jikesrvm.compilers.opt.ir
Class Instruction.MOE

java.lang.Object
  extended by org.jikesrvm.compilers.opt.ir.Instruction.BASE_OE
      extended by 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


Field Summary
 
Fields inherited from class org.jikesrvm.compilers.opt.ir.Instruction.BASE_OE
DEBUG, end, i, instr, nextElem
 
Constructor Summary
Instruction.MOE(Instruction instr, int start, int end)
           
 
Method Summary
protected  void advance()
           
 
Methods inherited from class org.jikesrvm.compilers.opt.ir.Instruction.BASE_OE
hasMoreElements, nextElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction.MOE

public Instruction.MOE(Instruction instr,
                       int start,
                       int end)
Method Detail

advance

protected void advance()
Specified by:
advance in class Instruction.BASE_OE