Uses of Interface
org.teavm.model.AnnotationContainerReader
-
Packages that use AnnotationContainerReader Package Description org.teavm.backend.c.util org.teavm.cache org.teavm.model org.teavm.model.lowlevel org.teavm.model.util -
-
Uses of AnnotationContainerReader in org.teavm.backend.c.util
Methods in org.teavm.backend.c.util with parameters of type AnnotationContainerReader Modifier and Type Method Description static voidInteropUtil. processInclude(AnnotationContainerReader container, IncludeManager includes) -
Uses of AnnotationContainerReader in org.teavm.cache
Methods in org.teavm.cache with parameters of type AnnotationContainerReader Modifier and Type Method Description voidAnnotationIO. writeAnnotations(VarDataOutput output, AnnotationContainerReader annotations) -
Uses of AnnotationContainerReader in org.teavm.model
Classes in org.teavm.model that implement AnnotationContainerReader Modifier and Type Class Description classAnnotationContainerMethods in org.teavm.model that return AnnotationContainerReader Modifier and Type Method Description AnnotationContainerReaderElementReader. getAnnotations()AnnotationContainerReaderProgramReader. getAnnotations()AnnotationContainerReader[]MethodReader. getParameterAnnotations()AnnotationContainerReaderMethodReader. parameterAnnotation(int index) -
Uses of AnnotationContainerReader in org.teavm.model.lowlevel
Methods in org.teavm.model.lowlevel with parameters of type AnnotationContainerReader Modifier and Type Method Description static Collection<? extends CallSiteDescriptor>CallSiteDescriptor. load(AnnotationContainerReader annotations) -
Uses of AnnotationContainerReader in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type AnnotationContainerReader Modifier and Type Method Description static voidModelUtils. copyAnnotations(AnnotationContainerReader src, AnnotationContainer dst)
-