org.jikesrvm.compilers.opt.ir
Interface RegisterOperandEnumeration

All Superinterfaces:
Enumeration<RegisterOperand>
All Known Implementing Classes:
DefUse.RegOpListWalker

public interface RegisterOperandEnumeration
extends Enumeration<RegisterOperand>

Extend java.util.Enumeration to avoid downcasts from object.


Method Summary
 RegisterOperand next()
          Same as nextElement but avoid the need to downcast from Object
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 

Method Detail

next

RegisterOperand next()
Same as nextElement but avoid the need to downcast from Object