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 TypeClassDescriptionclassRepresents 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 AnnotationReaderCallSiteLocation.saveMany(List<? extends CallSiteLocation> locations) Methods in org.teavm.model.lowlevel with parameters of type AnnotationReaderModifier and TypeMethodDescriptionstatic CallSiteLocationCallSiteLocation.load(AnnotationReader reader) static ExceptionHandlerDescriptorExceptionHandlerDescriptor.load(AnnotationReader annot) static List<? extends CallSiteLocation>CallSiteLocation.loadMany(AnnotationReader reader)