Package com.ibm.wala.ipa.slicer
Class HeapStatement
- java.lang.Object
-
- com.ibm.wala.ipa.slicer.Statement
-
- com.ibm.wala.ipa.slicer.HeapStatement
-
- Direct Known Subclasses:
HeapStatement.HeapParamCallee
,HeapStatement.HeapParamCaller
,HeapStatement.HeapReturnCallee
,HeapStatement.HeapReturnCaller
public abstract class HeapStatement extends Statement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HeapStatement.HeapParamCallee
static class
HeapStatement.HeapParamCaller
static class
HeapStatement.HeapReturnCallee
static class
HeapStatement.HeapReturnCaller
-
Nested classes/interfaces inherited from class com.ibm.wala.ipa.slicer.Statement
Statement.Kind
-
-
Constructor Summary
Constructors Constructor Description HeapStatement(CGNode node, PointerKey loc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointerKey
getLocation()
-
-
-
Constructor Detail
-
HeapStatement
public HeapStatement(CGNode node, PointerKey loc)
-
-
Method Detail
-
getLocation
public PointerKey getLocation()
-
-