Struct classreader::LocalVariable[][src]

pub struct LocalVariable {
    pub start_pc: u16,
    pub length: u16,
    pub name_index: u16,
    pub descriptor_or_signature_index: u16,
    pub index: u16,
}

Fields

Trait Implementations

impl Debug for LocalVariable
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations