Contents
Class AllocationString
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.cfa.AllocationString
- All Implemented Interfaces:
ContextItem
This is a
ContextItem
that records n allocation sites, the 0th element represents the
most recently used receiver obj, which is an AllocationSiteInNode
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
Constructor Summary
ConstructorsConstructorDescriptionAllocationString
(AllocationSite allocationSite) AllocationString
(AllocationSite[] allocationSites) -
Method Summary