Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

RuntimeInvisibleAnnotations_attribute Struct Reference

#include <classfile.h>


Detailed Description

The RuntimeInvisibleAnnotations Attribute.

See spec section 4.8.15: The RuntimeInvisibleAnnotations Attribute

Definition at line 2194 of file classfile.h.

Data Fields

annotation ** annotations
 Spec pseudo-code: annotations[num_annotations];.
u4 attribute_length
u2 attribute_name_index
u2 num_annotations


Field Documentation

u2 RuntimeInvisibleAnnotations_attribute::attribute_name_index
 

Definition at line 2196 of file classfile.h.

u4 RuntimeInvisibleAnnotations_attribute::attribute_length
 

Definition at line 2197 of file classfile.h.

u2 RuntimeInvisibleAnnotations_attribute::num_annotations
 

Definition at line 2198 of file classfile.h.

annotation** RuntimeInvisibleAnnotations_attribute::annotations
 

Spec pseudo-code: annotations[num_annotations];.

Definition at line 2199 of file classfile.h.


The documentation for this struct was generated from the following file:
Generated on Fri Sep 30 19:01:20 2005 by  doxygen 1.4.4