coins.aflow
クラス FindDDefInDefOut

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

public class FindDDefInDefOut
extends FindDefInDefOut


フィールドの概要
 
クラス coins.aflow.FlowAdapter から継承したフィールド
flow, flowRoot, fResults, hirRoot, ioRoot, symRoot
 
コンストラクタの概要
FindDDefInDefOut(FlowResults pResults)
          Creates a new instance of FindDDefInDefOut
 
メソッドの概要
protected  FlowAnalSymVector getDefIn(BBlock pBBlock)
           
protected  FlowAnalSymVector getDefIn(SetRefRepr pSetRefRepr)
           
protected  FlowAnalSymVector getDefined(BBlock pBBlock)
           
protected  FlowAnalSymVector getDefined(SetRefRepr pSetRefRepr)
           
protected  void registerDefIn(BBlock pBBlock, FlowAnalSymVector pDefIn)
           
protected  void registerDefIn(SetRefRepr pSetRefRepr, FlowAnalSymVector pDefIn)
           
protected  void registerDefOut(BBlock pBBlock, FlowAnalSymVector pDefOut)
           
 
クラス coins.aflow.FindDefInDefOut から継承したメソッド
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
 

コンストラクタの詳細

FindDDefInDefOut

public FindDDefInDefOut(FlowResults pResults)
Creates a new instance of FindDDefInDefOut

メソッドの詳細

registerDefIn

protected void registerDefIn(BBlock pBBlock,
                             FlowAnalSymVector pDefIn)
定義:
クラス FindDefInDefOut 内の registerDefIn

registerDefOut

protected void registerDefOut(BBlock pBBlock,
                              FlowAnalSymVector pDefOut)
定義:
クラス FindDefInDefOut 内の registerDefOut

getDefined

protected FlowAnalSymVector getDefined(BBlock pBBlock)
定義:
クラス FindDefInDefOut 内の getDefined

getDefIn

protected FlowAnalSymVector getDefIn(BBlock pBBlock)
定義:
クラス FindDefInDefOut 内の getDefIn

getDefIn

protected FlowAnalSymVector getDefIn(SetRefRepr pSetRefRepr)
定義:
クラス FindDefInDefOut 内の getDefIn

getDefined

protected FlowAnalSymVector getDefined(SetRefRepr pSetRefRepr)
定義:
クラス FindDefInDefOut 内の getDefined

registerDefIn

protected void registerDefIn(SetRefRepr pSetRefRepr,
                             FlowAnalSymVector pDefIn)
定義:
クラス FindDefInDefOut 内の registerDefIn