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