Uses of Class
org.eclipse.sisu.space.asm.AnnotationWriter
Packages that use AnnotationWriter
-
Uses of AnnotationWriter in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as AnnotationWriterModifier and TypeFieldDescriptionprivate AnnotationWriterClassWriter.annsThe runtime visible annotations of this class.private AnnotationWriterFieldWriter.annsThe runtime visible annotations of this field.private AnnotationWriterMethodWriter.annsThe runtime visible annotations of this method.private AnnotationWriterMethodWriter.ctannsThe runtime visible type annotations of the code.private AnnotationWriterClassWriter.iannsThe runtime invisible annotations of this class.private AnnotationWriterFieldWriter.iannsThe runtime invisible annotations of this field.private AnnotationWriterMethodWriter.iannsThe runtime invisible annotations of this method.private AnnotationWriterMethodWriter.ictannsThe runtime invisible type annotations of the code.private AnnotationWriter[]MethodWriter.ipannsThe runtime invisible parameter annotations of this method.private AnnotationWriterClassWriter.itannsThe runtime invisible type annotations of this class.private AnnotationWriterFieldWriter.itannsThe runtime invisible type annotations of this field.private AnnotationWriterMethodWriter.itannsThe runtime invisible type annotations of this method.(package private) AnnotationWriterAnnotationWriter.nextNext annotation writer.private AnnotationWriter[]MethodWriter.pannsThe runtime visible parameter annotations of this method.(package private) AnnotationWriterAnnotationWriter.prevPrevious annotation writer.private AnnotationWriterClassWriter.tannsThe runtime visible type annotations of this class.private AnnotationWriterFieldWriter.tannsThe runtime visible type annotations of this field.private AnnotationWriterMethodWriter.tannsThe runtime visible type annotations of this method.Methods in org.eclipse.sisu.space.asm with parameters of type AnnotationWriterModifier and TypeMethodDescription(package private) static voidAnnotationWriter.put(AnnotationWriter[] panns, int off, ByteVector out) Puts the given annotation lists into the given byte vector.