com.ibm.wala.ipa.slicer
Class HeapStatement.ReturnCaller

java.lang.Object
  extended by com.ibm.wala.ipa.slicer.Statement
      extended by com.ibm.wala.ipa.slicer.HeapStatement
          extended by com.ibm.wala.ipa.slicer.HeapStatement.ReturnCaller
Enclosing class:
HeapStatement

public static final class HeapStatement.ReturnCaller
extends HeapStatement


Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.wala.ipa.slicer.HeapStatement
HeapStatement.ParamCallee, HeapStatement.ParamCaller, HeapStatement.ReturnCallee, HeapStatement.ReturnCaller
 
Nested classes/interfaces inherited from class com.ibm.wala.ipa.slicer.Statement
Statement.Kind
 
Constructor Summary
HeapStatement.ReturnCaller(CGNode node, SSAAbstractInvokeInstruction call, PointerKey loc)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 SSAAbstractInvokeInstruction getCall()
           
 Statement.Kind getKind()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class com.ibm.wala.ipa.slicer.HeapStatement
getLocation
 
Methods inherited from class com.ibm.wala.ipa.slicer.Statement
getNode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeapStatement.ReturnCaller

public HeapStatement.ReturnCaller(CGNode node,
                                  SSAAbstractInvokeInstruction call,
                                  PointerKey loc)
Method Detail

getKind

public Statement.Kind getKind()
Specified by:
getKind in class Statement

getCall

public SSAAbstractInvokeInstruction getCall()

toString

public java.lang.String toString()
Specified by:
toString in class Statement

hashCode

public int hashCode()
Specified by:
hashCode in class Statement

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in class Statement