Uses of Class
com.googlecode.aviator.asm.AnnotationWriter
Packages that use AnnotationWriter
-
Uses of AnnotationWriter in com.googlecode.aviator.asm
Fields in com.googlecode.aviator.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 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 AnnotationWriter[]MethodWriter.ipannsThe runtime invisible parameter 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.Methods in com.googlecode.aviator.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.