Package com.ibm.wala.escape
Interface INodeEscapeAnalysis
-
- All Superinterfaces:
IMethodEscapeAnalysis
- All Known Implementing Classes:
TrivialMethodEscape
public interface INodeEscapeAnalysis extends 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 booleanmayEscape(CGNode allocNode, int allocPC, CGNode node)-
Methods inherited from interface com.ibm.wala.escape.IMethodEscapeAnalysis
mayEscape
-
-
-
-
Method Detail
-
mayEscape
boolean mayEscape(CGNode allocNode, int allocPC, CGNode node) throws WalaException
- Parameters:
allocNode- a CGNode which holds an allocation siteallocPC- bytecode index of allocation sitenode- method in question- Throws:
WalaException
-
-