Home
last modified time | relevance | path

Searched refs:bootstrap_method_ref (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DBootstrapMethod.java39 private int bootstrap_method_ref; field in BootstrapMethod
67 private BootstrapMethod(final int bootstrap_method_ref, final int num_bootstrap_arguments) { in BootstrapMethod() argument
68 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() argument
76 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() argument
91 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 …]