Uses of Interface
org.teavm.model.AnnotationContainerReader
Packages that use AnnotationContainerReader
Package
Description
-
Uses of AnnotationContainerReader in org.teavm.backend.c.util
Methods in org.teavm.backend.c.util with parameters of type AnnotationContainerReaderModifier and TypeMethodDescriptionstatic voidInteropUtil.processInclude(AnnotationContainerReader container, IncludeManager includes) -
Uses of AnnotationContainerReader in org.teavm.cache
Methods in org.teavm.cache with parameters of type AnnotationContainerReaderModifier and TypeMethodDescriptionvoidAnnotationIO.writeAnnotations(VarDataOutput output, AnnotationContainerReader annotations) -
Uses of AnnotationContainerReader in org.teavm.model
Classes in org.teavm.model that implement AnnotationContainerReaderMethods in org.teavm.model that return AnnotationContainerReaderModifier and TypeMethodDescriptionElementReader.getAnnotations()ProgramReader.getAnnotations()MethodReader.getParameterAnnotations()MethodReader.parameterAnnotation(int index) -
Uses of AnnotationContainerReader in org.teavm.model.lowlevel
Methods in org.teavm.model.lowlevel with parameters of type AnnotationContainerReaderModifier and TypeMethodDescriptionstatic 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 AnnotationContainerReaderModifier and TypeMethodDescriptionstatic voidModelUtils.copyAnnotations(AnnotationContainerReader src, AnnotationContainer dst)