Searched defs:bootstrap_arguments (Results 1 - 2 of 2) sorted by relevance

/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DBootstrapMethods_attribute.java70 public int[] bootstrap_arguments; field in class:BootstrapMethods_attribute.BootstrapMethodSpecifier
72 public BootstrapMethodSpecifier(int bootstrap_method_ref, int[] bootstrap_arguments) { argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethod.java46 private int[] bootstrap_arguments; field in class:BootstrapMethod
79 public BootstrapMethod(final int bootstrap_method_ref, final int[] bootstrap_arguments) { argument
115 setBootstrapArguments(final int[] bootstrap_arguments) argument
[all...]

Completed in 40 milliseconds