Struct jbcrs_basic::LocalVariable [] [src]

pub struct LocalVariable {
    pub start: u16,
    pub length: u16,
    pub name: u16,
    pub descriptor: u16,
    pub index: u16,
}

An entry of the LocalVariableTable

Fields

Start of the Code.

Length of the Code.

The index to an Item::UTF8(_) representing a valid unqalified name.

The index to an Item::UTF8(_) representing a field/type descriptor.

The index in the local variable array of the current frame. double and long do occupy two spaces.

Trait Implementations

impl Debug for LocalVariable
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LocalVariable

impl Sync for LocalVariable