MCPcopy Create free account
hub / github.com/cretz/stackparam / LocalVariableTable

Class LocalVariableTable

src/bytecode/classfile.rs:426–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424
425#[derive(Debug)]
426pub 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)]
435pub struct LocalVariableTypeTable {

Callers 1

parse_attributeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected