coins.aflow
クラス FindPEKill
java.lang.Object
|
+--coins.aflow.util.AnalAdapter
|
+--coins.aflow.FlowAdapter
|
+--coins.aflow.FindEKill
|
+--coins.aflow.FindPEKill
- すべての実装インタフェース:
- Analyzer
- public class FindPEKill
- extends FindEKill
メソッドの概要 |
protected void |
addEKill(java.util.Set pEKillSet,
FlowExpId pFlowExpId,
BBlock pBBlock)
|
protected void |
addEKill(java.util.Set pEKillSet,
FlowExpId pFlowExpId,
BBlock pBBlock,
RecordAlias pRecordAlias)
Finds the EKill vector for pBBlock considering alias. |
protected boolean |
kills(SetRefRepr pSetRefRepr,
FlowExpId pFlowExpId)
|
protected boolean |
killsByAlias(SetRefRepr pSetRefRepr,
FlowExpId pFlowExpId,
RecordAlias pRecordAlias)
|
protected void |
register(BBlock pBBlock,
ExpVector pEKill)
|
protected void |
register(SetRefRepr pSetRefRepr,
ExpVector pEKill)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindPEKill
public FindPEKill(FlowResults pResults)
- Creates a new instance of FindPEKill
addEKill
protected void addEKill(java.util.Set pEKillSet,
FlowExpId pFlowExpId,
BBlock pBBlock)
- 定義:
- クラス
FindEKill
内の addEKill
register
protected void register(BBlock pBBlock,
ExpVector pEKill)
- 定義:
- クラス
FindEKill
内の register
kills
protected boolean kills(SetRefRepr pSetRefRepr,
FlowExpId pFlowExpId)
- 定義:
- クラス
FindEKill
内の kills
addEKill
protected void addEKill(java.util.Set pEKillSet,
FlowExpId pFlowExpId,
BBlock pBBlock,
RecordAlias pRecordAlias)
- クラス
FindEKill
の記述:
- Finds the EKill vector for pBBlock considering alias.
- 定義:
- クラス
FindEKill
内の addEKill
killsByAlias
protected boolean killsByAlias(SetRefRepr pSetRefRepr,
FlowExpId pFlowExpId,
RecordAlias pRecordAlias)
- 定義:
- クラス
FindEKill
内の killsByAlias
register
protected void register(SetRefRepr pSetRefRepr,
ExpVector pEKill)
- 定義:
- クラス
FindEKill
内の register