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

start_pc: u16 length: u16 name_index: u16 descriptor_or_signature_index: u16 index: u16

Trait Implementations

impl Debug for LocalVariable
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.