Uses of Interface
org.teavm.model.AnnotationReader
-
Packages that use AnnotationReader Package Description org.teavm.model org.teavm.model.lowlevel -
-
Uses of AnnotationReader in org.teavm.model
Classes in org.teavm.model that implement AnnotationReader Modifier and Type Class Description classAnnotationHolderRepresents an annotation of Java element.Methods in org.teavm.model that return AnnotationReader Modifier and Type Method Description AnnotationReaderAnnotationContainerReader. get(String type)AnnotationReaderAnnotationValue. getAnnotation()Methods in org.teavm.model that return types with arguments of type AnnotationReader Modifier and Type Method Description Iterable<? extends AnnotationReader>AnnotationContainerReader. all()Constructors in org.teavm.model with parameters of type AnnotationReader Constructor Description AnnotationValue(AnnotationReader value) -
Uses of AnnotationReader in org.teavm.model.lowlevel
Methods in org.teavm.model.lowlevel that return AnnotationReader Modifier and Type Method Description AnnotationReaderCallSiteLocation. save()AnnotationReaderExceptionHandlerDescriptor. save()static AnnotationReaderCallSiteLocation. saveMany(List<? extends CallSiteLocation> locations)Methods in org.teavm.model.lowlevel with parameters of type AnnotationReader Modifier and Type Method Description static CallSiteLocationCallSiteLocation. load(AnnotationReader reader)static ExceptionHandlerDescriptorExceptionHandlerDescriptor. load(AnnotationReader annot)static List<? extends CallSiteLocation>CallSiteLocation. loadMany(AnnotationReader reader)
-