org.jikesrvm.compilers.opt.ir.ia32
Class PhysicalRegisterSet.PhysicalRegisterEnumeration
java.lang.Object
org.jikesrvm.compilers.opt.ir.ia32.PhysicalRegisterSet.PhysicalRegisterEnumeration
- All Implemented Interfaces:
- Enumeration<Register>
- Enclosing class:
- PhysicalRegisterSet
static final class PhysicalRegisterSet.PhysicalRegisterEnumeration
- extends Object
- implements Enumeration<Register>
An enumerator for use by the physical register utilities.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
private int index
r
private final Register[] r
PhysicalRegisterSet.PhysicalRegisterEnumeration
PhysicalRegisterSet.PhysicalRegisterEnumeration(Register[] r)
nextElement
public Register nextElement()
- Specified by:
nextElement
in interface Enumeration<Register>
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<Register>