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 classHeapStatement.HeapParamCalleestatic classHeapStatement.HeapParamCallerstatic classHeapStatement.HeapReturnCalleestatic classHeapStatement.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 PointerKeygetLocation()
-
-
-
Constructor Detail
-
HeapStatement
public HeapStatement(CGNode node, PointerKey loc)
-
-
Method Detail
-
getLocation
public PointerKey getLocation()
-
-