Class AnnotationToAnnotatedMemberVisitor
java.lang.Object
proguard.classfile.attribute.annotation.visitor.AnnotationToAnnotatedMemberVisitor
- All Implemented Interfaces:
AnnotationVisitor
This
AnnotationVisitor delegates all visits to a given MemberVisitor. The latter
visits the class member of each visited class member annotation or method parameter annotation,
although never twice in a row.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitAnnotation(Clazz clazz, Member member, Annotation annotation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface proguard.classfile.attribute.annotation.visitor.AnnotationVisitor
visitAnnotation, visitAnnotation, visitAnnotation, visitAnnotation, visitAnnotation
-
Constructor Details
-
AnnotationToAnnotatedMemberVisitor
-
-
Method Details
-
visitAnnotation
- Specified by:
visitAnnotationin interfaceAnnotationVisitor
-