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

LocalVariableTypeTable_attribute Struct Reference

#include <classfile.h>


Detailed Description

Definition at line 1983 of file classfile.h.

Data Fields

u4 attribute_length
u2 attribute_name_index
local_variable_type_table_entry local_variable_type_table [1]
 Mark space only for one.
u2 local_variable_type_table_length


Field Documentation

u2 LocalVariableTypeTable_attribute::attribute_name_index
 

Definition at line 1985 of file classfile.h.

u4 LocalVariableTypeTable_attribute::attribute_length
 

Definition at line 1986 of file classfile.h.

u2 LocalVariableTypeTable_attribute::local_variable_type_table_length
 

Definition at line 1987 of file classfile.h.

local_variable_type_table_entry LocalVariableTypeTable_attribute::local_variable_type_table[1]
 

Mark space only for one.

Spec pseudo-code: local_variable_table[local_variable_type_table_length];

Definition at line 1988 of file classfile.h.


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