public interface AllocationSiteHandler
Modifier and Type | Interface and Description |
---|---|
static class |
AllocationSiteHandler.CastCheckHandler |
static class |
AllocationSiteHandler.PointsToSetHandler |
static class |
AllocationSiteHandler.VirtualCallHandler |
Modifier and Type | Method and Description |
---|---|
boolean |
handleAllocationSite(AllocNode allocNode,
ImmutableStack<java.lang.Integer> callStack)
handle a particular allocation site
|
void |
resetState() |
boolean |
shouldHandle(VarNode dst) |
boolean handleAllocationSite(AllocNode allocNode, ImmutableStack<java.lang.Integer> callStack)
allocNode
- the abstract location nodecallStack
- for context-sensitive analysis, the call site; might be nullvoid resetState()
boolean shouldHandle(VarNode dst)