Package org.teavm.debugging.information
Interface DeferredCallSite
-
public interface DeferredCallSite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclean()voidsetStaticMethod(MethodReference method)voidsetVirtualMethod(MethodReference method)
-
-
-
Method Detail
-
setVirtualMethod
void setVirtualMethod(MethodReference method)
-
setStaticMethod
void setStaticMethod(MethodReference method)
-
clean
void clean()
-
-