| java.lang.Object org.objectweb.asm.jip.AnnotationWriter
AnnotationWriter | AnnotationWriter(ClassWriter cw, boolean named, ByteVector bv, ByteVector parent, int offset)(Code) | | Constructs a new
AnnotationWriter .
Parameters: cw - the class writer to which this annotation must be added. Parameters: named - true if values are named, false otherwise. Parameters: bv - where the annotation values must be stored. Parameters: parent - where the number of annotation values must be stored. Parameters: offset - where in parent the number of annotation values must be stored. |
getSize | int getSize()(Code) | | Returns the size of this annotation writer list.
the size of this annotation writer list. |
put | void put(ByteVector out)(Code) | | Puts the annotations of this annotation writer list into the given byte
vector.
Parameters: out - where the annotations must be put. |
put | static void put(AnnotationWriter[] panns, ByteVector out)(Code) | | Puts the given annotation lists into the given byte vector.
Parameters: panns - an array of annotation writer lists. Parameters: out - where the annotations must be put. |
visitEnd | public void visitEnd()(Code) | | |
|
|