Interface RequiresInfoVisitor
-
- All Known Implementing Classes:
ClassPrinter
,ConstantPoolRemapper
,ConstantPoolShrinker
,ProgramClassReader
public interface RequiresInfoVisitor
This interface specifies the methods for a visitor ofRequiresInfo
instances. 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 void
visitRequiresInfo(Clazz clazz, RequiresInfo requiresInfo)
-
-
-
Method Detail
-
visitRequiresInfo
void visitRequiresInfo(Clazz clazz, RequiresInfo requiresInfo)
-
-