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

LineNumberTable_attribute Struct Reference

#include <classfile.h>


Detailed Description

Definition at line 1894 of file classfile.h.

Data Fields

u4 attribute_length
u2 attribute_name_index
line_number_table_entry line_number_table [1]
 Mark space only for one.
u2 line_number_table_length


Field Documentation

u2 LineNumberTable_attribute::attribute_name_index
 

Definition at line 1896 of file classfile.h.

u4 LineNumberTable_attribute::attribute_length
 

Definition at line 1897 of file classfile.h.

u2 LineNumberTable_attribute::line_number_table_length
 

Definition at line 1898 of file classfile.h.

line_number_table_entry LineNumberTable_attribute::line_number_table[1]
 

Mark space only for one.

Spec pseudo-code: line_number_table[line_number_table_length];

Definition at line 1899 of file classfile.h.


The documentation for this struct was generated from the following file:
Generated on Fri Sep 30 18:50:56 2005 by  doxygen 1.4.4