org.jikesrvm.compilers.opt.liveness
Class LiveAnalysis.MapElement

java.lang.Object
  extended by org.jikesrvm.compilers.opt.liveness.LiveAnalysis.MapElement
Enclosing class:
LiveAnalysis

static final class LiveAnalysis.MapElement
extends Object

A simple class used just in this file when creating GC maps


Field Summary
private  Instruction inst
           
private  List<RegSpillListElement> list
           
 
Constructor Summary
LiveAnalysis.MapElement(Instruction inst, List<RegSpillListElement> list)
          constructor
 
Method Summary
 Instruction getInst()
          returns the instruction
 List<RegSpillListElement> getList()
          returns the list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inst

private final Instruction inst

list

private final List<RegSpillListElement> list
Constructor Detail

LiveAnalysis.MapElement

public LiveAnalysis.MapElement(Instruction inst,
                               List<RegSpillListElement> list)
constructor

Parameters:
inst -
list -
Method Detail

getInst

public Instruction getInst()
returns the instruction

Returns:
the instruction

getList

public List<RegSpillListElement> getList()
returns the list

Returns:
the list