coins.flow
Class ShowDataFlowByName

java.lang.Object
  extended bycoins.flow.ShowDataFlow
      extended bycoins.flow.ShowDataFlowByName

public class ShowDataFlowByName
extends ShowDataFlow


Field Summary
protected  DataFlow dataFlow
           
 
Fields inherited from class coins.flow.ShowDataFlow
flowRoot, fSubpFlow, ioRoot
 
Constructor Summary
ShowDataFlowByName(DataFlow pDataFlow)
           
 
Method Summary
 void showExpVectorByName(ExpVector pexp)
          showExpVectorByName
 void showNodeSet(java.util.Set pSet)
           
 void showPointVectorByName(PointVector pPoint)
          showPointVectorByName
 
Methods inherited from class coins.flow.ShowDataFlow
setShowDataFlowByName, showAll, showAllBitVectors, showAvailIn, showAvailInAvailOutRelated, showAvailOut, showBasic, showDef, showDefIn, showDefInDefOutRelated, showDefined, showDefOut, showDefUse, showDefUseOld, showDefVector, showDefVectors, showEGen, showEKill, showExposed, showExpVector, showExpVectors, showKill, showLiveIn, showLiveInLiveOutRelated, showLiveOut, showPno, showPointVector, showReach, showReachRelated, showSolved, showSummary, showUsed, showUseDef, showVector, showVector, showVector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataFlow

protected final DataFlow dataFlow
Constructor Detail

ShowDataFlowByName

public ShowDataFlowByName(DataFlow pDataFlow)
Method Detail

showPointVectorByName

public void showPointVectorByName(PointVector pPoint)
showPointVectorByName


showExpVectorByName

public void showExpVectorByName(ExpVector pexp)
showExpVectorByName


showNodeSet

public void showNodeSet(java.util.Set pSet)