Uses of Interface
org.teavm.callgraph.CallGraphNode
Packages that use CallGraphNode
-
Uses of CallGraphNode in org.teavm.callgraph
Methods in org.teavm.callgraph that return CallGraphNodeModifier and TypeMethodDescriptionFieldAccessSite.getCallee()
CallGraph.getNode(MethodReference method)
Get node corresponding to the specific method.Methods in org.teavm.callgraph that return types with arguments of type CallGraphNodeModifier and TypeMethodDescriptionCollection<? extends CallGraphNode>
CallSite.getCalledMethods()
Collection<? extends CallGraphNode>
CallSite.getCallers()
Methods in org.teavm.callgraph with parameters of type CallGraphNodeModifier and TypeMethodDescriptionCollection<? extends TextLocation>
CallSite.getLocations(CallGraphNode caller)
-
Uses of CallGraphNode in org.teavm.dependency
Methods in org.teavm.dependency with parameters of type CallGraphNodeModifier and TypeMethodDescriptionCollection<? extends TextLocation>
DefaultCallSite.getLocations(CallGraphNode caller)