Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DBootstrapMethods.java35 …private BootstrapMethod[] bootstrap_methods; // TODO this could be made final (setter is not used) field in BootstrapMethods
52 …ootstrapMethods(final int name_index, final int length, final BootstrapMethod[] bootstrap_methods,… in BootstrapMethods()
86 public final void setBootstrapMethods(final BootstrapMethod[] bootstrap_methods) { in setBootstrapMethods()