coins.aflow
Class HashBasedFlowExpIdHir

java.lang.Object
  extended bycoins.aflow.HashBasedFlowExpId
      extended bycoins.aflow.HashBasedFlowExpIdHir
All Implemented Interfaces:
FlowExpId

public class HashBasedFlowExpIdHir
extends HashBasedFlowExpId


Field Summary
 
Fields inherited from class coins.aflow.HashBasedFlowExpId
fExpId, fHasCall, fIndex, fLHS, fOperandSet, fOperandSet0, fOperationCount, fResults, fSubpFlow, fTree, ioRoot, symRoot
 
Constructor Summary
(package private) HashBasedFlowExpIdHir(HIR pNode, int pIndex, SubpFlow pSubpFlow)
          Creates a new instance of HashBasedFlowExpIdHir with pNode as its representative linked node.
 
Method Summary
 void operandInfo(IR pIR)
           
 java.lang.String toString()
           
 java.lang.String toStringShort()
           
 
Methods inherited from class coins.aflow.HashBasedFlowExpId
generateExpIdName, getDefUseList, getExpId, getIndex, getLinkedNode, getNextInChain, getNumberOfOperations, getOperandSet, getOperandSet0, getSubpFlow, getTree, getUDList, hasCall, isLHS, setLHSFlag, setNextInChain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashBasedFlowExpIdHir

HashBasedFlowExpIdHir(HIR pNode,
                      int pIndex,
                      SubpFlow pSubpFlow)
Creates a new instance of HashBasedFlowExpIdHir with pNode as its representative linked node.

Method Detail

operandInfo

public void operandInfo(IR pIR)
Specified by:
operandInfo in class HashBasedFlowExpId

toString

public java.lang.String toString()
Overrides:
toString in class HashBasedFlowExpId

toStringShort

public java.lang.String toStringShort()