接口 BootstrapMethodInfoVisitor
-
- 所有已知实现类:
AllBootstrapMethodArgumentVisitor,AllProcessableVisitor,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.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidvisitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
-
-
-
方法详细资料
-
visitBootstrapMethodInfo
void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
-
-