| Package | Description |
|---|---|
| org.teavm.callgraph |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCallGraphNode |
| Modifier and Type | Method and Description |
|---|---|
CallGraphNode |
DefaultClassAccessSite.getCallee() |
CallGraphNode |
FieldAccessSite.getCallee() |
CallGraphNode |
CallSite.getCallee()
Gets a method that this call site invokes.
|
CallGraphNode |
ClassAccessSite.getCallee() |
CallGraphNode |
DefaultFieldAccessSite.getCallee() |
CallGraphNode |
CallSite.getCaller()
Gets a method that contains this call site.
|
CallGraphNode |
CallGraph.getNode(MethodReference method)
Get node corresponding to the specific method.
|
Copyright © 2015. All rights reserved.