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
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