coins.aflow
クラス FindDAvailInAvailOut

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

public class FindDAvailInAvailOut
extends FindAvailInAvailOut


フィールドの概要
 
クラス coins.aflow.FlowAdapter から継承したフィールド
flow, flowRoot, fResults, hirRoot, ioRoot, symRoot
 
コンストラクタの概要
FindDAvailInAvailOut(FlowResults pResults)
          Creates a new instance of FindDAvailInAvailOut
 
メソッドの概要
protected  ExpVector getAvailIn(BBlock pBBlock)
           
protected  ExpVector getAvailIn(SetRefRepr pSetRefRepr)
           
protected  ExpVector getEGen(BBlock pBBlock)
           
protected  ExpVector getEKill(BBlock pBBlock)
           
protected  ExpVector getEKill(SetRefRepr pSetRefRepr)
           
protected  void registerAvailIn(BBlock pBBlock, ExpVector pAvailIn)
           
protected  void registerAvailIn(SetRefRepr pSetRefRepr, ExpVector pAvailIn)
           
protected  void registerAvailOut(BBlock pBBlock, ExpVector pAvailOut)
           
 
クラス coins.aflow.FindAvailInAvailOut から継承したメソッド
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
 

コンストラクタの詳細

FindDAvailInAvailOut

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

メソッドの詳細

registerAvailIn

protected void registerAvailIn(BBlock pBBlock,
                               ExpVector pAvailIn)
定義:
クラス FindAvailInAvailOut 内の registerAvailIn

registerAvailOut

protected void registerAvailOut(BBlock pBBlock,
                                ExpVector pAvailOut)
定義:
クラス FindAvailInAvailOut 内の registerAvailOut

getEKill

protected ExpVector getEKill(BBlock pBBlock)
定義:
クラス FindAvailInAvailOut 内の getEKill

getAvailIn

protected ExpVector getAvailIn(BBlock pBBlock)
定義:
クラス FindAvailInAvailOut 内の getAvailIn

getEGen

protected ExpVector getEGen(BBlock pBBlock)
定義:
クラス FindAvailInAvailOut 内の getEGen

getAvailIn

protected ExpVector getAvailIn(SetRefRepr pSetRefRepr)
定義:
クラス FindAvailInAvailOut 内の getAvailIn

registerAvailIn

protected void registerAvailIn(SetRefRepr pSetRefRepr,
                               ExpVector pAvailIn)
定義:
クラス FindAvailInAvailOut 内の registerAvailIn

getEKill

protected ExpVector getEKill(SetRefRepr pSetRefRepr)
定義:
クラス FindAvailInAvailOut 内の getEKill