Struct jbcrs_basic::LocalVariableTarget [] [src]

pub struct LocalVariableTarget {
    pub start: u16,
    pub length: u16,
    pub index: u16,
}

Fields

Start of the Code.

Length of the Code.

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

Trait Implementations

impl Debug for LocalVariableTarget
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations