com.ibm.wala.ipa.slicer
Class HeapStatement

java.lang.Object
  extended by com.ibm.wala.ipa.slicer.Statement
      extended by com.ibm.wala.ipa.slicer.HeapStatement
Direct Known Subclasses:
HeapStatement.ParamCallee, HeapStatement.ParamCaller, HeapStatement.ReturnCallee, HeapStatement.ReturnCaller

public abstract class HeapStatement
extends Statement


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

Constructor Detail

HeapStatement

public HeapStatement(CGNode node,
                     PointerKey loc)
Method Detail

getLocation

public PointerKey getLocation()