Package com.ibm.wala.escape
Interface IMethodEscapeAnalysis
-
- All Known Subinterfaces:
INodeEscapeAnalysis
- All Known Implementing Classes:
TrivialMethodEscape
public interface IMethodEscapeAnalysis
Basic interface from which to execute and get the results of escape analysis.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
mayEscape(MethodReference allocMethod, int allocPC, MethodReference m)
-
-
-
Method Detail
-
mayEscape
boolean mayEscape(MethodReference allocMethod, int allocPC, MethodReference m) throws WalaException
- Parameters:
allocMethod
- a method which holds an allocation siteallocPC
- bytecode index of allocation sitem
- method in question- Throws:
WalaException
-
-