public class PotentialContextElement extends Object
Conversely, for each method m, this class compute the set of objects which could potentially be its context element.
| Modifier and Type | Method and Description |
|---|---|
Set<AllocNode> |
allocateesOf(Type type) |
Set<SootMethod> |
methodsInvokedOn(AllocNode obj) |
Set<SootMethod> |
PCEMethodsOf(AllocNode obj) |
Set<SootMethod> |
PCEMethodsOf(Type type) |
public Set<SootMethod> PCEMethodsOf(AllocNode obj)
public Set<SootMethod> PCEMethodsOf(Type type)
type - public Set<SootMethod> methodsInvokedOn(AllocNode obj)
Copyright © 2024 Soot OSS. All rights reserved.