Interface CallSite
public interface CallSite
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends CallGraphNode> Collection<? extends CallGraphNode> Collection<? extends TextLocation> getLocations(CallGraphNode caller)
-
Method Details
-
getLocations
-
getCalledMethods
Collection<? extends CallGraphNode> getCalledMethods() -
getCallers
Collection<? extends CallGraphNode> getCallers()
-