org.jikesrvm.compilers.opt.ir.ia32
Class PhysicalRegisterSet.RangeEnumeration
java.lang.Object
org.jikesrvm.compilers.opt.ir.ia32.PhysicalRegisterSet.RangeEnumeration
- All Implemented Interfaces:
- Enumeration<Register>
- Enclosing class:
- PhysicalRegisterSet
final class PhysicalRegisterSet.RangeEnumeration
- 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 |
end
private final int end
index
private int index
exclude
private final int exclude
PhysicalRegisterSet.RangeEnumeration
PhysicalRegisterSet.RangeEnumeration(int start,
int end)
PhysicalRegisterSet.RangeEnumeration
PhysicalRegisterSet.RangeEnumeration(int start,
int end,
int exclude)
nextElement
public Register nextElement()
- Specified by:
nextElement
in interface Enumeration<Register>
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<Register>