Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

local_variable_table_entry Class Reference

List of all members.

Public Attributes

int start_pc
int length
int name_index
int descriptor_index
int index

Detailed Description

An entry in a local variable table.
See also:
LocalVariableTable_attribute
Author:
Clark Verbrugge

Definition at line 115 of file local_variable_table_entry.java.


Member Data Documentation

int local_variable_table_entry::descriptor_index
 

Constant pool index of string giving this local variable's type descriptor.

See also:
CONSTANT_Utf8_info

Definition at line 128 of file local_variable_table_entry.java.

int local_variable_table_entry::index
 

The index in the local variable array of this local variable.

Definition at line 130 of file local_variable_table_entry.java.

int local_variable_table_entry::length
 

Length of code sequence in which this name applies.

Definition at line 119 of file local_variable_table_entry.java.

int local_variable_table_entry::name_index
 

Constant pool index of string giving this local variable's name.

See also:
CONSTANT_Utf8_info

Definition at line 123 of file local_variable_table_entry.java.

int local_variable_table_entry::start_pc
 

Code offset of start of code wherein this entry applies.

Definition at line 117 of file local_variable_table_entry.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:18:53 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001