Uses of Interface
org.teavm.model.AnnotationReader
Packages that use AnnotationReader
-
Uses of AnnotationReader in org.teavm.model
Classes in org.teavm.model that implement AnnotationReaderModifier and TypeClassDescriptionclass
Represents an annotation of Java element.Methods in org.teavm.model that return AnnotationReaderMethods in org.teavm.model that return types with arguments of type AnnotationReaderModifier and TypeMethodDescriptionIterable<? extends AnnotationReader>
AnnotationContainerReader.all()
Constructors in org.teavm.model with parameters of type AnnotationReader -
Uses of AnnotationReader in org.teavm.model.lowlevel
Methods in org.teavm.model.lowlevel that return AnnotationReaderModifier and TypeMethodDescriptionCallSiteLocation.save()
ExceptionHandlerDescriptor.save()
static AnnotationReader
CallSiteLocation.saveMany(List<? extends CallSiteLocation> locations)
Methods in org.teavm.model.lowlevel with parameters of type AnnotationReaderModifier and TypeMethodDescriptionstatic CallSiteLocation
CallSiteLocation.load(AnnotationReader reader)
static ExceptionHandlerDescriptor
ExceptionHandlerDescriptor.load(AnnotationReader annot)
static List<? extends CallSiteLocation>
CallSiteLocation.loadMany(AnnotationReader reader)