coins.aflow
Interface SetRefReprHir

All Superinterfaces:
SetRefRepr
All Known Implementing Classes:
SetRefReprHirEImpl, SetRefReprHirImpl

public interface SetRefReprHir
extends SetRefRepr


Field Summary
 
Fields inherited from interface coins.aflow.SetRefRepr
HAS_CONTROL, IS_RETURN, SETS
 
Method Summary
 Stmt getStmt()
          Returns the Stmt node that originated this SetRefReprHir.
 
Methods inherited from interface 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
 

Method Detail

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.