public class AstCallGraph.AstCGNode extends ExplicitCallGraph.ExplicitNode
ContextItem.Value<T>targetsmethod| 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, removeTargetgetClassHierarchy, getContext, getMethod, toStringgetGraphNodeId, setGraphNodeIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetGraphNodeId, setGraphNodeIdpublic void clearMutatedCache(CallSiteReference cs)
public boolean addTarget(CallSiteReference site, CGNode node)
CGNodeaddTarget in interface CGNodeaddTarget in class ExplicitCallGraph.ExplicitNode