coins.flow
インタフェース FlowIrLinkCell

既知の実装クラスの一覧:
FlowIrLinkCellImpl

public interface FlowIrLinkCell

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


メソッドの概要
 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)
           
 

メソッドの詳細

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)