Class CallStringContextSelector.CallStringContextPair

java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.cfa.CallStringContextSelector.CallStringContextPair
All Implemented Interfaces:
Context, ContextItem
Enclosing class:
CallStringContextSelector

public static class CallStringContextSelector.CallStringContextPair extends Object implements Context
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • get

      public ContextItem get(ContextKey name)
      Specified by:
      get in interface Context
      Returns:
      the objects corresponding to a given name
    • getBaseContext

      public Context getBaseContext()
    • getCallString

      public CallString getCallString()
    • isA

      public boolean isA(Class<? extends Context> type)
      Specified by:
      isA in interface Context
      Returns:
      whether this context has a specific type