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

RuntimeVisibleAnnotations_attribute Struct Reference

#include <classfile.h>


Detailed Description

Definition at line 2166 of file classfile.h.

Data Fields

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


Field Documentation

u2 RuntimeVisibleAnnotations_attribute::attribute_name_index
 

Definition at line 2168 of file classfile.h.

u4 RuntimeVisibleAnnotations_attribute::attribute_length
 

Definition at line 2169 of file classfile.h.

u2 RuntimeVisibleAnnotations_attribute::num_annotations
 

Definition at line 2170 of file classfile.h.

annotation** RuntimeVisibleAnnotations_attribute::annotations
 

Spec pseudo-code: annotation annotations[num_annotations];.

Definition at line 2171 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