Uses of Class
net.sf.retrotranslator.runtime.asm.AnnotationWriter

Packages that use AnnotationWriter
net.sf.retrotranslator.runtime.asm   
 

Uses of AnnotationWriter in net.sf.retrotranslator.runtime.asm
 

Fields in net.sf.retrotranslator.runtime.asm declared as AnnotationWriter
private  AnnotationWriter ClassWriter.anns
          The runtime visible annotations of this class.
private  AnnotationWriter FieldWriter.anns
          The runtime visible annotations of this field.
private  AnnotationWriter MethodWriter.anns
          The runtime visible annotations of this method.
private  AnnotationWriter ClassWriter.ianns
          The runtime invisible annotations of this class.
private  AnnotationWriter FieldWriter.ianns
          The runtime invisible annotations of this field.
private  AnnotationWriter MethodWriter.ianns
          The runtime invisible annotations of this method.
private  AnnotationWriter[] MethodWriter.ipanns
          The runtime invisible parameter annotations of this method.
(package private)  AnnotationWriter AnnotationWriter.next
          Next annotation writer.
private  AnnotationWriter[] MethodWriter.panns
          The runtime visible parameter annotations of this method.
(package private)  AnnotationWriter AnnotationWriter.prev
          Previous annotation writer.
 

Methods in net.sf.retrotranslator.runtime.asm with parameters of type AnnotationWriter
(package private) static void AnnotationWriter.put(AnnotationWriter[] panns, ByteVector out)
          Puts the given annotation lists into the given byte vector.