Struct rust_jvm::model::class_file::attribute::BootstrapMethod
[−]
[src]
pub struct BootstrapMethod { bootstrap_method_ref: constant_pool_index, bootstrap_arguments: Vec<constant_pool_index>, }
Fields
bootstrap_method_ref | An index into the |
bootstrap_arguments | The indices into the |