com.ibm.wala.cast.java.ipa.callgraph
Class AstJavaSSAPropagationCallGraphBuilder.EnclosingObjectReferenceKey

java.lang.Object
  extended by com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
      extended by com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
          extended by com.ibm.wala.cast.java.ipa.callgraph.AstJavaSSAPropagationCallGraphBuilder.EnclosingObjectReferenceKey
All Implemented Interfaces:
InstanceFieldPointerKey, PointerKey
Enclosing class:
AstJavaSSAPropagationCallGraphBuilder

public static class AstJavaSSAPropagationCallGraphBuilder.EnclosingObjectReferenceKey
extends AbstractFieldPointerKey


Field Summary
 
Fields inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
instance
 
Constructor Summary
AstJavaSSAPropagationCallGraphBuilder.EnclosingObjectReferenceKey(InstanceKey inner, IClass outer)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
getInstanceKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AstJavaSSAPropagationCallGraphBuilder.EnclosingObjectReferenceKey

public AstJavaSSAPropagationCallGraphBuilder.EnclosingObjectReferenceKey(InstanceKey inner,
                                                                         IClass outer)
Method Detail

hashCode

public int hashCode()
Specified by:
hashCode in class AbstractPointerKey

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in class AbstractPointerKey