public interface CallGraphNode
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends CallSite> |
getCallerCallSites()
Returns immutable collection of all call sites that call this method.
|
Collection<? extends CallSite> |
getCallSites()
Returns immutable collection of all call sites that are in the method.
|
Collection<? extends ClassAccessSite> |
getClassAccessSites() |
Collection<? extends FieldAccessSite> |
getFieldAccessSites() |
CallGraph |
getGraph()
Returns reference to entire call graph.
|
MethodReference |
getMethod()
Returns the method that this node represents.
|
CallGraph getGraph()
MethodReference getMethod()
Collection<? extends CallSite> getCallSites()
Collection<? extends CallSite> getCallerCallSites()
Collection<? extends FieldAccessSite> getFieldAccessSites()
Collection<? extends ClassAccessSite> getClassAccessSites()
Copyright © 2015. All rights reserved.