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


フィールドの概要
 
クラス coins.aflow.FlowAdapter から継承したフィールド
flow, flowRoot, fResults, hirRoot, ioRoot, symRoot
 
コンストラクタの概要
FindPEKill(FlowResults pResults)
          Creates a new instance of FindPEKill
 
メソッドの概要
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)
           
 
クラス coins.aflow.FindEKill から継承したメソッド
find, find, find
 
クラス coins.aflow.FlowAdapter から継承したメソッド
find, find, find, find, find, find
 
クラス 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