| Constructor and Description |
|---|
DefaultCallGraph() |
| Modifier and Type | Method and Description |
|---|---|
Collection<DefaultClassAccessSite> |
getClassAccess(String className) |
Collection<DefaultFieldAccessSite> |
getFieldAccess(FieldReference reference) |
DefaultCallGraphNode |
getNode(MethodReference method)
Get node corresponding to the specific method.
|
public DefaultCallGraphNode getNode(MethodReference method)
CallGraphGet node corresponding to the specific method.
public Collection<DefaultFieldAccessSite> getFieldAccess(FieldReference reference)
getFieldAccess in interface CallGraphpublic Collection<DefaultClassAccessSite> getClassAccess(String className)
getClassAccess in interface CallGraphCopyright © 2015. All rights reserved.