public class AstCallGraph.AstCGNode extends ExplicitCallGraph.ExplicitNode
ContextItem.Value<T>
targets
method
Modifier and Type | Method and Description |
---|---|
void |
addAllCallbacks(Set<Function<Object,Object>> callback) |
void |
addCallback(Function<Object,Object> callback) |
boolean |
addTarget(CallSiteReference site,
CGNode node)
This is for use only by call graph builders ...
|
void |
clearMutatedCache(CallSiteReference cs) |
addTarget, clearAllTargets, equals, getAllTargetNumbers, getCallGraph, getCFG, getDU, getIR, getNumberOfTargets, getPossibleSites, getPossibleTargetNumbers, getPossibleTargets, hashCode, iterateCallSites, iterateNewSites, removeTarget
getClassHierarchy, getContext, getMethod, toString
getGraphNodeId, setGraphNodeId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getGraphNodeId, setGraphNodeId
public void clearMutatedCache(CallSiteReference cs)
public boolean addTarget(CallSiteReference site, CGNode node)
CGNode
addTarget
in interface CGNode
addTarget
in class ExplicitCallGraph.ExplicitNode