Package org.teavm.runtime
Class CallSite
- java.lang.Object
-
- org.teavm.interop.Structure
-
- org.teavm.runtime.CallSite
-
public class CallSite extends org.teavm.interop.Structure
-
-
Field Summary
Fields Modifier and Type Field Description ExceptionHandlerfirstHandlerCallSiteLocationlocation
-
Constructor Summary
Constructors Constructor Description CallSite()
-
-
-
Field Detail
-
firstHandler
public ExceptionHandler firstHandler
-
location
public CallSiteLocation location
-
-