coins.aflow
クラス SetRefReprEImpl

java.lang.Object
  |
  +--coins.aflow.SetRefReprImpl
        |
        +--coins.aflow.SetRefReprEImpl
すべての実装インタフェース:
SetRefRepr

public abstract class SetRefReprEImpl
extends SetRefReprImpl
implements SetRefRepr

Implementation of the SetRefRepr interface


フィールドの概要
 
クラス coins.aflow.SetRefReprImpl から継承したフィールド
fBBlock, fDefSym, fFlags, fIR, flowRoot, fOpCode, fResults, fUseExpIdList, fUseNodeList, symRoot
 
インタフェース coins.aflow.SetRefRepr から継承したフィールド
HAS_CONTROL, IS_RETURN, SETS
 
コンストラクタの概要
protected SetRefReprEImpl(IR pIR, BBlock pBBlock)
           
 
メソッドの概要
 java.util.Set useSyms()
          Returns the Set of the FlowAnalSyms used in this SetRefRepr.
 
クラス coins.aflow.SetRefReprImpl から継承したメソッド
allFalse, defFlowExpId, expIterator, expListIterator, expListIterator, expListIteratorFromBottom, exps, exps, getBBlock, getDAvailIn, getDDefIn, getDDefined, getDefSym, getDExposed, getDKill, getDReach, getDUsed, getFlag, getFlowExpIds, getIR, getPDefined, getPEKill, getPExposed, getPKill, getPLiveOut, getPReach, getPUsed, getUseFlowExpIds, hasControl, isReturn, nodeIterator, nodeListIterator, nodeListIterator, setFlag, sets, topUseNode, toString, useNodeIterator
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース coins.aflow.SetRefRepr から継承したメソッド
allFalse, callNodes, defFlowExpId, defNode, defSym, expIterator, expListIterator, expListIterator, getBBlock, getDAvailIn, getDDefIn, getDDefined, getDefSym, getDExposed, getDKill, getDReach, getDUsed, getFlag, getIR, getPDefined, getPEKill, getPExposed, getPKill, getPLiveOut, getPReach, getPUsed, hasCallWithSideEffect, hasControl, isReturn, lhsSyms, modSyms, modSyms00, nodeIterator, nodeListIterator, nodeListIterator, setFlag, sets, topUseNode, toString, useNodeIterator, useNodeList, writesToDefiniteAddress
 

コンストラクタの詳細

SetRefReprEImpl

protected SetRefReprEImpl(IR pIR,
                          BBlock pBBlock)
メソッドの詳細

useSyms

public java.util.Set useSyms()
インタフェース SetRefRepr の記述:
Returns the Set of the FlowAnalSyms used in this SetRefRepr. All symbols whose values can possibly referred within this SetRefRepr are included, but those that can be referred to through the external calls (i.e. global symbols) within this SetRefRepr are not considered.

定義:
インタフェース SetRefRepr 内の useSyms
オーバーライド:
クラス SetRefReprImpl 内の useSyms