coins.flow
Interface FlowIrLinkCell

All Known Implementing Classes:
FlowIrLinkCellImpl

public interface FlowIrLinkCell

FlowIrLinkCell interface Flow analysis and IR link information cell. Every IR node corresponds to a FlowIrLinkCell.


Method Summary
 BBlock getBBlock()
          getBBlock Get basic block containing the node corresponding to this cell.
 int getDefRefPosition()
           
 int getHashCode()
           
 IR getIrNode()
           
 void setBBlock(BBlock pBBlock)
           
 void setDefRefPosition(int pDefRefPosition)
           
 void setHashCode(int pHashCode)
           
 

Method Detail

getIrNode

public IR getIrNode()

getDefRefPosition

public int getDefRefPosition()

setDefRefPosition

public void setDefRefPosition(int pDefRefPosition)

getBBlock

public BBlock getBBlock()
getBBlock Get basic block containing the node corresponding to this cell. setBBlock Set BBlock corresponding to this cell.


setBBlock

public void setBBlock(BBlock pBBlock)

getHashCode

public int getHashCode()

setHashCode

public void setHashCode(int pHashCode)