org.jikesrvm.compilers.opt.regalloc
Class LinearScan.MappedBasicInterval
java.lang.Object
org.jikesrvm.compilers.opt.regalloc.LinearScan.BasicInterval
org.jikesrvm.compilers.opt.regalloc.LinearScan.MappedBasicInterval
- Enclosing class:
- LinearScan
static class LinearScan.MappedBasicInterval
- extends LinearScan.BasicInterval
A basic interval contained in a CompoundInterval.
Methods inherited from class org.jikesrvm.compilers.opt.regalloc.LinearScan.BasicInterval |
contains, endsAfter, endsAfter, endsBefore, getBegin, getEnd, intersects, sameRange, setEnd, startsAfter, startsBefore, startsBefore |
container
final LinearScan.CompoundInterval container
LinearScan.MappedBasicInterval
LinearScan.MappedBasicInterval(LinearScan.BasicInterval b,
LinearScan.CompoundInterval c)
LinearScan.MappedBasicInterval
LinearScan.MappedBasicInterval(int begin,
int end,
LinearScan.CompoundInterval c)
equals
public boolean equals(Object o)
- Redefine equals
- Overrides:
equals
in class LinearScan.BasicInterval
toString
public String toString()
- Description copied from class:
LinearScan.BasicInterval
- Return a String representation
- Overrides:
toString
in class LinearScan.BasicInterval