| Package | Description |
|---|---|
| org.teavm.callgraph |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCallSite |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends CallSite> |
CallGraphNode.getCallerCallSites()
Returns immutable collection of all call sites that call this method.
|
Collection<? extends CallSite> |
CallGraphNode.getCallSites()
Returns immutable collection of all call sites that are in the method.
|
Copyright © 2015. All rights reserved.