Home
last modified time | relevance | path

Searched defs:BootstrapMethod (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DBootstrapMethod.java36 public class BootstrapMethod implements Cloneable { class
48 public BootstrapMethod(final BootstrapMethod c) { in BootstrapMethod() method in BootstrapMethod
58 BootstrapMethod(final DataInput input) throws IOException { in BootstrapMethod() method in BootstrapMethod
67 private BootstrapMethod(final int bootstrap_method_ref, final int num_bootstrap_arguments) { in BootstrapMethod() method in BootstrapMethod
75 public BootstrapMethod(final int bootstrap_method_ref, final int[] bootstrap_arguments) { in BootstrapMethod() method in BootstrapMethod