Struct classreader::BootstrapMethod [] [src]

pub struct BootstrapMethod {
    pub method_ref: u16,
    pub arguments: Vec<u16>,
}

Fields

method_ref: u16 arguments: Vec<u16>

Trait Implementations

impl Debug for BootstrapMethod
[src]

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

Formats the value using the given formatter.