Uses of Interface
org.teavm.callgraph.CallSite
-
Packages that use CallSite Package Description org.teavm.callgraph org.teavm.dependency -
-
Uses of CallSite in org.teavm.callgraph
Methods in org.teavm.callgraph that return types with arguments of type CallSite Modifier and Type Method Description Collection<? extends CallSite>CallGraphNode. getCallerCallSites()Collection<? extends CallSite>CallGraphNode. getCallSites() -
Uses of CallSite in org.teavm.dependency
Classes in org.teavm.dependency that implement CallSite Modifier and Type Class Description classDefaultCallSite
-