Class CallerContext

java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.cfa.CallerContext
All Implemented Interfaces:
Context, ContextItem
Direct Known Subclasses:
CallerContextPair, CallerSiteContext

public class CallerContext extends Object implements Context
This is a context which is defined by the caller node.
  • Constructor Details

    • CallerContext

      public CallerContext(CGNode caller)
      Parameters:
      caller - the node which defines this context.
  • Method Details