Class TransitivePrototypeKey

  • All Implemented Interfaces:
    com.ibm.wala.ipa.callgraph.propagation.InstanceFieldPointerKey, com.ibm.wala.ipa.callgraph.propagation.PointerKey

    public class TransitivePrototypeKey
    extends com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
    • Field Summary

      • Fields inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey

        instance
    • Constructor Summary

      Constructors 
      Constructor Description
      TransitivePrototypeKey​(com.ibm.wala.ipa.callgraph.propagation.InstanceKey object)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object x)  
      java.lang.String getName()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey

        getInstanceKey
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransitivePrototypeKey

        public TransitivePrototypeKey​(com.ibm.wala.ipa.callgraph.propagation.InstanceKey object)
    • Method Detail

      • getName

        public java.lang.String getName()
      • equals

        public boolean equals​(java.lang.Object x)
        Specified by:
        equals in class com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object