| 424 | |
| 425 | #[derive(Debug)] |
| 426 | pub struct LocalVariableTable { |
| 427 | pub start_pc: u16, |
| 428 | pub length: u16, |
| 429 | pub name_index: ConstantPoolIndex, |
| 430 | pub descriptor_index: ConstantPoolIndex, |
| 431 | pub index: u16 |
| 432 | } |
| 433 | |
| 434 | #[derive(Debug)] |
| 435 | pub struct LocalVariableTypeTable { |