Interface RequiresInfoVisitor
-
- All Known Implementing Classes:
ClassPrinter,ConstantPoolRemapper,ConstantPoolShrinker,ProgramClassReader
public interface RequiresInfoVisitorThis interface specifies the methods for a visitor ofRequiresInfoinstances. Note that there is only a single implementation ofRequiresInfo, such that this interface is not strictly necessary as a visitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisitRequiresInfo(Clazz clazz, RequiresInfo requiresInfo)
-
-
-
Method Detail
-
visitRequiresInfo
void visitRequiresInfo(Clazz clazz, RequiresInfo requiresInfo)
-
-