Class PotentialContextElement
java.lang.Object
qilin.pta.toolkits.zipper.analysis.PotentialContextElement
For each object o, this class compute the set of methods which o could potentially be their
context element.
Conversely, for each method m, this class compute the set of objects which could potentially be its context element.
-
Method Summary
Modifier and TypeMethodDescriptionallocateesOf
(Type type) PCEMethodsOf
(AllocNode obj) PCEMethodsOf
(Type type)
-
Method Details
-
PCEMethodsOf
-
PCEMethodsOf
- Parameters:
type
-- Returns:
- PCE methods of the objects of given type.
-
allocateesOf
-
methodsInvokedOn
-