Interface BootstrapMethodInfoVisitor
-
- All Known Implementing Classes:
AllBootstrapMethodArgumentVisitor
,BootstrapMethodHandleTraveler
,BootstrapMethodInfoAdder
,BootstrapMethodsAttributeAdder
,BootstrapMethodsAttributeShrinker
,ClassCleaner
,ClassPrinter
,ConstantPoolRemapper
,ConstantPoolShrinker
,LambdaExpressionCollector
,ProgramClassReader
public interface BootstrapMethodInfoVisitor
This interface specifies the methods for a visitor ofBootstrapMethodInfo
instances. 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 void
visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
-
-
-
Method Detail
-
visitBootstrapMethodInfo
void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
-
-