com.ibm.wala.ipa.callgraph.propagation
Class AbstractLocalPointerKey

java.lang.Object
  extended by com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
      extended by com.ibm.wala.ipa.callgraph.propagation.AbstractLocalPointerKey
All Implemented Interfaces:
PointerKey
Direct Known Subclasses:
LocalPointerKey, NodeKey

public abstract class AbstractLocalPointerKey
extends AbstractPointerKey


Constructor Summary
AbstractLocalPointerKey()
           
 
Method Summary
abstract  CGNode getNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLocalPointerKey

public AbstractLocalPointerKey()
Method Detail

getNode

public abstract CGNode getNode()