Class DefaultCallSite

  • All Implemented Interfaces:
    java.io.Serializable, CallSite

    public class DefaultCallSite
    extends java.lang.Object
    implements CallSite, java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addLocation​(org.teavm.dependency.DefaultCallGraphNode caller, TextLocation location)  
      java.util.Collection<? extends org.teavm.dependency.DefaultCallGraphNode> getCalledMethods()  
      java.util.Collection<? extends org.teavm.dependency.DefaultCallGraphNode> getCallers()  
      java.util.Collection<? extends TextLocation> getLocations​(CallGraphNode caller)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addLocation

        public void addLocation​(org.teavm.dependency.DefaultCallGraphNode caller,
                                TextLocation location)
      • getCalledMethods

        public java.util.Collection<? extends org.teavm.dependency.DefaultCallGraphNode> getCalledMethods()
        Specified by:
        getCalledMethods in interface CallSite
      • getCallers

        public java.util.Collection<? extends org.teavm.dependency.DefaultCallGraphNode> getCallers()
        Specified by:
        getCallers in interface CallSite