| 433 | |
| 434 | #[derive(Debug)] |
| 435 | pub struct LocalVariableTypeTable { |
| 436 | pub start_pc: u16, |
| 437 | pub length: u16, |
| 438 | pub name_index: ConstantPoolIndex, |
| 439 | pub signature_index: ConstantPoolIndex, |
| 440 | pub index: u16 |
| 441 | } |
| 442 | |
| 443 | #[derive(Debug)] |
| 444 | pub struct Annotation { |