Struct classfile_parser::attribute_info::BootstrapMethod
[−]
[src]
pub struct BootstrapMethod {
pub bootstrap_method_ref: u16,
pub num_bootstrap_arguments: u16,
pub bootstrap_arguments: Vec<u16>,
}Fields
bootstrap_method_ref: u16
num_bootstrap_arguments: u16
bootstrap_arguments: Vec<u16>