Class AbstractFieldPointerKey

java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
All Implemented Interfaces:
InstanceFieldPointerKey, PointerKey
Direct Known Subclasses:
ArrayContentsKey, ArrayLengthKey, AstJavaSSAPropagationCallGraphBuilder.EnclosingObjectReferenceKey, InstanceFieldKey, ReflectedFieldPointerKey, TransitivePrototypeKey

public abstract class AbstractFieldPointerKey extends AbstractPointerKey implements InstanceFieldPointerKey
Common implementation for InstanceFieldPointerKey implementations.
  • Field Details

  • Constructor Details

    • AbstractFieldPointerKey

      protected AbstractFieldPointerKey(InstanceKey container)
  • Method Details