Package com.ibm.wala.ipa.slicer
Class HeapStatement.HeapReturnCaller
- java.lang.Object
-
- com.ibm.wala.ipa.slicer.Statement
-
- com.ibm.wala.ipa.slicer.HeapStatement
-
- com.ibm.wala.ipa.slicer.HeapStatement.HeapReturnCaller
-
- Enclosing class:
- HeapStatement
public static final class HeapStatement.HeapReturnCaller extends HeapStatement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.wala.ipa.slicer.HeapStatement
HeapStatement.HeapParamCallee, HeapStatement.HeapParamCaller, HeapStatement.HeapReturnCallee, HeapStatement.HeapReturnCaller
-
Nested classes/interfaces inherited from class com.ibm.wala.ipa.slicer.Statement
Statement.Kind
-
-
Constructor Summary
Constructors Constructor Description HeapReturnCaller(CGNode node, int callIndex, PointerKey loc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
SSAAbstractInvokeInstruction
getCall()
int
getCallIndex()
Statement.Kind
getKind()
int
hashCode()
String
toString()
-
Methods inherited from class com.ibm.wala.ipa.slicer.HeapStatement
getLocation
-
-
-
-
Constructor Detail
-
HeapReturnCaller
public HeapReturnCaller(CGNode node, int callIndex, PointerKey loc)
-
-
Method Detail
-
getKind
public Statement.Kind getKind()
-
getCallIndex
public int getCallIndex()
-
getCall
public SSAAbstractInvokeInstruction getCall()
-
-