Searched refs:bootstrapMethodInfoVisitor (Results 1 – 2 of 2) sorted by relevance
37 private final BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor; field in AllBootstrapMethodInfoVisitor40 public AllBootstrapMethodInfoVisitor(BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor) in AllBootstrapMethodInfoVisitor() argument42 this.bootstrapMethodInfoVisitor = bootstrapMethodInfoVisitor; in AllBootstrapMethodInfoVisitor()53 bootstrapMethodsAttribute.bootstrapMethodEntriesAccept(clazz, bootstrapMethodInfoVisitor); in visitBootstrapMethodsAttribute()
70 …id bootstrapMethodEntriesAccept(Clazz clazz, BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor) in bootstrapMethodEntriesAccept() argument76 bootstrapMethodInfoVisitor.visitBootstrapMethodInfo(clazz, bootstrapMethods[index]); in bootstrapMethodEntriesAccept()87 BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor) in bootstrapMethodEntryAccept() argument91 …bootstrapMethodInfoVisitor.visitBootstrapMethodInfo(clazz, bootstrapMethods[bootstrapMethodIndex]); in bootstrapMethodEntryAccept()