Struct classfile_parser::attribute_info::BootstrapMethodsAttribute
[−]
[src]
pub struct BootstrapMethodsAttribute {
pub num_bootstrap_methods: u16,
pub bootstrap_methods: Vec<BootstrapMethod>,
}Fields
num_bootstrap_methods: u16
bootstrap_methods: Vec<BootstrapMethod>