Package org.teavm.dependency
Class DefaultCallSite
java.lang.Object
org.teavm.dependency.DefaultCallSite
- All Implemented Interfaces:
Serializable,CallSite
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddLocation(org.teavm.dependency.DefaultCallGraphNode caller, TextLocation location) Collection<? extends org.teavm.dependency.DefaultCallGraphNode> Collection<? extends org.teavm.dependency.DefaultCallGraphNode> Collection<? extends TextLocation> getLocations(CallGraphNode caller)
-
Method Details
-
getLocations
- Specified by:
getLocationsin interfaceCallSite
-
addLocation
-
getCalledMethods
- Specified by:
getCalledMethodsin interfaceCallSite
-
getCallers
- Specified by:
getCallersin interfaceCallSite
-