jsl
.
u2 local_variable_table_length;
{ u2 start_pc;
u2 length;
u2 name_index;
u2 descriptor_index;
u2 index;
}
local_variable_table
, .
, .
JSL ,
start_pc, length
The given local variable must have a value at indices into the code
[start_pc, start_pc + length),
start_pc start_pc + .
The value of start_pc must be a valid index into the code array of this
.
The value of start_pc + length must either be a valid index into
, .
, LineNumberTable