Uses of Class
org.teavm.model.lowlevel.ExceptionHandlerDescriptor
-
Packages that use ExceptionHandlerDescriptor Package Description org.teavm.backend.c.generators org.teavm.model.lowlevel -
-
Uses of ExceptionHandlerDescriptor in org.teavm.backend.c.generators
Methods in org.teavm.backend.c.generators with parameters of type ExceptionHandlerDescriptor Modifier and Type Method Description CallSiteDescriptorGeneratorContext. createCallSite(CallSiteLocation[] locations, ExceptionHandlerDescriptor[] exceptionHandlers) -
Uses of ExceptionHandlerDescriptor in org.teavm.model.lowlevel
Methods in org.teavm.model.lowlevel that return ExceptionHandlerDescriptor Modifier and Type Method Description static ExceptionHandlerDescriptorExceptionHandlerDescriptor. load(AnnotationReader annot)Methods in org.teavm.model.lowlevel that return types with arguments of type ExceptionHandlerDescriptor Modifier and Type Method Description List<ExceptionHandlerDescriptor>CallSiteDescriptor. getHandlers()
-