Public Attributes | |
int | start_pc |
int | length |
int | name_index |
int | descriptor_index |
int | index |
Definition at line 115 of file local_variable_table_entry.java.
|
Constant pool index of string giving this local variable's type descriptor.
Definition at line 128 of file local_variable_table_entry.java. |
|
The index in the local variable array of this local variable. Definition at line 130 of file local_variable_table_entry.java. |
|
Length of code sequence in which this name applies. Definition at line 119 of file local_variable_table_entry.java. |
|
Constant pool index of string giving this local variable's name.
Definition at line 123 of file local_variable_table_entry.java. |
|
Code offset of start of code wherein this entry applies. Definition at line 117 of file local_variable_table_entry.java. |