Interface BootstrapMethodInfoVisitor
-
- All Known Implementing Classes:
AllBootstrapMethodArgumentVisitor,BootstrapMethodHandleTraveler,BootstrapMethodInfoAdder,BootstrapMethodsAttributeAdder,BootstrapMethodsAttributeShrinker,ClassCleaner,ClassPrinter,ConstantPoolRemapper,ConstantPoolShrinker,LambdaExpressionCollector,ProgramClassReader
public interface BootstrapMethodInfoVisitorThis interface specifies the methods for a visitor ofBootstrapMethodInfoinstances. Note that there is only a single implementation ofBootstrapMethodInfo, such that this interface is not strictly necessary as a visitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
-
-
-
Method Detail
-
visitBootstrapMethodInfo
void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
-
-