Interface RecordComponentInfoVisitor
-
- All Known Implementing Classes:
AllAttributeVisitor
,ClassCleaner
,ClassPrinter
,ClassReferenceFixer
,ClassReferenceInitializer
,ConstantPoolRemapper
,ConstantPoolShrinker
,MemberReferenceFixer
,ProcessingInfoSetter
,ProgramClassReader
,Utf8Shrinker
public interface RecordComponentInfoVisitor
This interface specifies the methods for a visitor ofRecordComponentInfo
instances. Note that there is only a single implementation ofRecordComponentInfo
, 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
visitRecordComponentInfo(Clazz clazz, RecordComponentInfo recordComponentInfo)
-
-
-
Method Detail
-
visitRecordComponentInfo
void visitRecordComponentInfo(Clazz clazz, RecordComponentInfo recordComponentInfo)
-
-