Interface RecordComponentInfoVisitor

All Known Implementing Classes:
AllAttributeVisitor, AllProcessableVisitor, ClassCleaner, ClassPrinter, ClassReferenceFixer, ClassReferenceInitializer, ConstantPoolRemapper, ConstantPoolShrinker, MemberReferenceFixer, ProcessingInfoSetter, ProgramClassReader, Utf8Shrinker

public interface RecordComponentInfoVisitor
This interface specifies the methods for a visitor of RecordComponentInfo instances. Note that there is only a single implementation of RecordComponentInfo, such that this interface is not strictly necessary as a visitor.
  • Method Details