Class JavaScriptFunctionApplyContextSelector.ApplyContext

  • All Implemented Interfaces:
    com.ibm.wala.ipa.callgraph.Context, com.ibm.wala.ipa.callgraph.ContextItem
    Enclosing class:
    JavaScriptFunctionApplyContextSelector

    public static class JavaScriptFunctionApplyContextSelector.ApplyContext
    extends java.lang.Object
    implements com.ibm.wala.ipa.callgraph.Context
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem

        com.ibm.wala.ipa.callgraph.ContextItem.Value<T extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      com.ibm.wala.ipa.callgraph.ContextItem get​(com.ibm.wala.ipa.callgraph.ContextKey name)  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.ibm.wala.ipa.callgraph.Context

        isA
    • Method Detail

      • get

        public com.ibm.wala.ipa.callgraph.ContextItem get​(com.ibm.wala.ipa.callgraph.ContextKey name)
        Specified by:
        get in interface com.ibm.wala.ipa.callgraph.Context
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

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