public interface IMethodEscapeAnalysis
Modifier and Type | Method and Description |
---|---|
boolean |
mayEscape(MethodReference allocMethod,
int allocPC,
MethodReference m) |
boolean mayEscape(MethodReference allocMethod, int allocPC, MethodReference m) throws WalaException
allocMethod
- a method which holds an allocation siteallocPC
- bytecode index of allocation sitem
- method in questionWalaException