coins.aflow
クラス FindPExposedUsed

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

public class FindPExposedUsed
extends FindExposedUsed


フィールドの概要
 
クラス coins.aflow.FlowAdapter から継承したフィールド
flow, flowRoot, fResults, hirRoot, ioRoot, symRoot
 
コンストラクタの概要
FindPExposedUsed(FlowResults pResults)
          Creates a new instance of FindPExposedUsed
 
メソッドの概要
 void find(SetRefRepr pSetRefRepr)
           
protected  FlowAnalSymVector getDefined(SetRefRepr pSetRefRepr)
           
protected  FlowAnalSymVector getExposed(SetRefRepr pSetRefRepr)
           
protected  FlowAnalSymVector getUsed(SetRefRepr pSetRefRepr)
           
protected  void registerExposed(BBlock pBBlock, FlowAnalSymVector pExposed)
           
protected  void registerUsed(BBlock pBBlock, FlowAnalSymVector pUsed)
           
 
クラス coins.aflow.FindExposedUsed から継承したメソッド
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
 

コンストラクタの詳細

FindPExposedUsed

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

メソッドの詳細

registerExposed

protected void registerExposed(BBlock pBBlock,
                               FlowAnalSymVector pExposed)
定義:
クラス FindExposedUsed 内の registerExposed

registerUsed

protected void registerUsed(BBlock pBBlock,
                            FlowAnalSymVector pUsed)
定義:
クラス FindExposedUsed 内の registerUsed

find

public void find(SetRefRepr pSetRefRepr)
定義:
クラス FindExposedUsed 内の find

getDefined

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

getExposed

protected FlowAnalSymVector getExposed(SetRefRepr pSetRefRepr)
定義:
クラス FindExposedUsed 内の getExposed

getUsed

protected FlowAnalSymVector getUsed(SetRefRepr pSetRefRepr)
定義:
クラス FindExposedUsed 内の getUsed