Class JSSyntheticParameterKey

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

    public class JSSyntheticParameterKey
    extends com.ibm.wala.ipa.callgraph.propagation.NodeKey
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int lengthOffset  
    • Constructor Summary

      Constructors 
      Constructor Description
      JSSyntheticParameterKey​(com.ibm.wala.ipa.callgraph.CGNode node, int param)  
    • Method Summary

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

        getNode, internalEquals, internalHashCode
      • Methods inherited from class java.lang.Object

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

      • lengthOffset

        public static int lengthOffset
    • Constructor Detail

      • JSSyntheticParameterKey

        public JSSyntheticParameterKey​(com.ibm.wala.ipa.callgraph.CGNode node,
                                       int param)
    • Method Detail

      • equals

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

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

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