Searched refs:bootstrap_arguments (Results 1 – 1 of 1) sorted by relevance
42 private int[] bootstrap_arguments; field in BootstrapMethod61 for (int i = 0; i < bootstrap_arguments.length; i++) { in BootstrapMethod()62 bootstrap_arguments[i] = input.readUnsignedShort(); in BootstrapMethod()75 public BootstrapMethod(final int bootstrap_method_ref, final int[] bootstrap_arguments) { in BootstrapMethod() argument77 this.bootstrap_arguments = bootstrap_arguments; in BootstrapMethod()98 return bootstrap_arguments; in getBootstrapArguments()105 return bootstrap_arguments.length; in getNumBootstrapArguments()111 public void setBootstrapArguments(final int[] bootstrap_arguments) { in setBootstrapArguments() argument112 this.bootstrap_arguments = bootstrap_arguments; in setBootstrapArguments()120 return "BootstrapMethod(" + bootstrap_method_ref + ", " + bootstrap_arguments.length + ", " in toString()[all …]