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

Class LocalVariableTypeTable

src/bytecode/classfile.rs:435–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433
434#[derive(Debug)]
435pub 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)]
444pub struct Annotation {

Callers 1

parse_attributeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected