coins.aflow
クラス FindPReach

java.lang.Object
  |
  +--coins.aflow.util.AnalAdapter
        |
        +--coins.aflow.FlowAdapter
              |
              +--coins.aflow.FindReach
                    |
                    +--coins.aflow.FindPReach
すべての実装インタフェース:
Analyzer

public class FindPReach
extends FindReach


フィールドの概要
 
クラス coins.aflow.FlowAdapter から継承したフィールド
flow, flowRoot, fResults, hirRoot, ioRoot, symRoot
 
コンストラクタの概要
FindPReach(FlowResults pResults)
           
 
メソッドの概要
protected  boolean defs(SetRefRepr pSetRefRepr)
           
protected  DefVector getDef(BBlock pBBlock)
           
protected  DefVector getKill(BBlock pBBlock)
           
protected  DefVector getKill(SetRefRepr pSetRefRepr)
           
protected  DefVector getReach(BBlock pBBlock)
           
protected  DefVector getReach(SetRefRepr pSetRefRepr)
           
protected  void register(BBlock pBBlock, DefVector pVect)
           
protected  void register(SetRefRepr pSetRefRepr, DefVector pDefVector)
           
 
クラス coins.aflow.FindReach から継承したメソッド
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
 

コンストラクタの詳細

FindPReach

public FindPReach(FlowResults pResults)
メソッドの詳細

getDef

protected DefVector getDef(BBlock pBBlock)
定義:
クラス FindReach 内の getDef

getKill

protected DefVector getKill(BBlock pBBlock)
定義:
クラス FindReach 内の getKill

getReach

protected DefVector getReach(BBlock pBBlock)
定義:
クラス FindReach 内の getReach

register

protected void register(BBlock pBBlock,
                        DefVector pVect)
定義:
クラス FindReach 内の register

getKill

protected DefVector getKill(SetRefRepr pSetRefRepr)
定義:
クラス FindReach 内の getKill

getReach

protected DefVector getReach(SetRefRepr pSetRefRepr)
定義:
クラス FindReach 内の getReach

register

protected void register(SetRefRepr pSetRefRepr,
                        DefVector pDefVector)
定義:
クラス FindReach 内の register

defs

protected boolean defs(SetRefRepr pSetRefRepr)
定義:
クラス FindReach 内の defs