coins.flow
クラス FlowIrLinkCellImpl
java.lang.Object
|
+--coins.flow.FlowIrLinkCellImpl
- すべての実装インタフェース:
- FlowIrLinkCell
- public class FlowIrLinkCellImpl
- extends java.lang.Object
- implements FlowIrLinkCell
FlowIrLinkCellImpl class
Flow analysis and IR link information cell.
Every IR node corresponds to a FlowIrLinkCell.
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fIrNode
protected IR fIrNode
fDefRefPosition
protected int fDefRefPosition
fBBlock
protected BBlock fBBlock
FlowIrLinkCellImpl
public FlowIrLinkCellImpl(IR pIrNode,
BBlock pBBlock,
int pDefRefNumber)
getIrNode
public IR getIrNode()
- 定義:
- インタフェース
FlowIrLinkCell
内の getIrNode
getDefRefPosition
public int getDefRefPosition()
- 定義:
- インタフェース
FlowIrLinkCell
内の getDefRefPosition
setDefRefPosition
public void setDefRefPosition(int pDefRefPosition)
- 定義:
- インタフェース
FlowIrLinkCell
内の setDefRefPosition
getBBlock
public BBlock getBBlock()
- インタフェース
FlowIrLinkCell
の記述:
- getBBlock Get basic block containing the node corresponding
to this cell.
setBBlock Set BBlock corresponding to this cell.
- 定義:
- インタフェース
FlowIrLinkCell
内の getBBlock
setBBlock
public void setBBlock(BBlock pBBlock)
- 定義:
- インタフェース
FlowIrLinkCell
内の setBBlock
getHashCode
public int getHashCode()
- 定義:
- インタフェース
FlowIrLinkCell
内の getHashCode
setHashCode
public void setHashCode(int pHashCode)
- 定義:
- インタフェース
FlowIrLinkCell
内の setHashCode