Class AllocationString

java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.cfa.AllocationString
All Implemented Interfaces:
ContextItem

public class AllocationString extends Object implements ContextItem
This is a ContextItem that records n allocation sites, the 0th element represents the most recently used receiver obj, which is an AllocationSiteInNode
  • Constructor Details

    • AllocationString

      public AllocationString(AllocationSite allocationSite)
    • AllocationString

      public AllocationString(AllocationSite[] allocationSites)
  • Method Details