coins.aflow
インタフェース SetRefReprHir

すべてのスーパーインタフェース:
SetRefRepr
既知の実装クラスの一覧:
SetRefReprHirEImpl, SetRefReprHirImpl

public interface SetRefReprHir
extends SetRefRepr


フィールドの概要
 
インタフェース coins.aflow.SetRefRepr から継承したフィールド
HAS_CONTROL, IS_RETURN, SETS
 
メソッドの概要
 Stmt getStmt()
          Returns the Stmt node that originated this SetRefReprHir.
 
インタフェース 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, useSyms, writesToDefiniteAddress
 

メソッドの詳細

getStmt

public Stmt getStmt()
Returns the Stmt node that originated this SetRefReprHir. This is usually same as getIR(), but is differnet when this SetRefReprHir originates from an IfStmt.