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 constant_pool to a ConstantPoolInfo::MethodHandle structure.

bootstrap_arguments

The indices into the constant_pool to ConstantPoolInfo::String, ConstantPoolInfo::Class, ConstantPoolInfo::Integer, ConstantPoolInfo::Long, ConstantPoolInfo::Float, ConstantPoolInfo::Double, ConstantPoolInfo::MethodHandle, or ConstantPoolInfo::MethodType.

Trait Implementations

Derived Implementations

impl Debug for BootstrapMethod

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