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

parameter_annotation Struct Reference

#include <classfile.h>


Detailed Description

The RuntimeVisibleParameterAnnotations Attribute.

See spec section 4.8.16: The RuntimeVisibleParameterAnnotations Attribute

Definition at line 2223 of file classfile.h.

Data Fields

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


Field Documentation

u2 parameter_annotation::num_annotations
 

Definition at line 2225 of file classfile.h.

annotation** parameter_annotation::annotations
 

Spec pseudo-code: annotations[num_annotations];.

Definition at line 2226 of file classfile.h.


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