Searched refs:bootstrap_method_ref (Results 1 – 1 of 1) sorted by relevance
39 private int bootstrap_method_ref; field in BootstrapMethod67 private BootstrapMethod(final int bootstrap_method_ref, final int num_bootstrap_arguments) { in BootstrapMethod() argument68 this(bootstrap_method_ref, new int[num_bootstrap_arguments]); in BootstrapMethod()75 public BootstrapMethod(final int bootstrap_method_ref, final int[] bootstrap_arguments) { in BootstrapMethod() argument76 this.bootstrap_method_ref = bootstrap_method_ref; in BootstrapMethod()84 return bootstrap_method_ref; in getBootstrapMethodRef()90 public void setBootstrapMethodRef(final int bootstrap_method_ref) { in setBootstrapMethodRef() argument91 this.bootstrap_method_ref = bootstrap_method_ref; in setBootstrapMethodRef()120 return "BootstrapMethod(" + bootstrap_method_ref + ", " + bootstrap_arguments.length + ", " in toString()130 bootstrap_method_name = constant_pool.constantToString(bootstrap_method_ref, in toString()[all …]