Uses of Class
org.compass.core.util.asm.AnnotationWriter

Packages that use AnnotationWriter
org.compass.core.util.asm Provides a small and fast bytecode manipulation framework. 
 

Uses of AnnotationWriter in org.compass.core.util.asm
 

Fields in org.compass.core.util.asm declared as AnnotationWriter
(package private)  AnnotationWriter AnnotationWriter.next
          Next annotation writer.
(package private)  AnnotationWriter AnnotationWriter.prev
          Previous annotation writer.
 

Methods in org.compass.core.util.asm with parameters of type AnnotationWriter
(package private) static void AnnotationWriter.put(AnnotationWriter[] panns, int off, ByteVector out)
          Puts the given annotation lists into the given byte vector.
 



Copyright (c) 2004-2008 The Compass Project.