Class AnnotationToAnnotatedMemberVisitor
- java.lang.Object
-
- proguard.classfile.attribute.annotation.visitor.AnnotationToAnnotatedMemberVisitor
-
- All Implemented Interfaces:
AnnotationVisitor
public class AnnotationToAnnotatedMemberVisitor extends java.lang.Object implements AnnotationVisitor
ThisAnnotationVisitor
delegates all visits to a givenMemberVisitor
. 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 Constructor Description AnnotationToAnnotatedMemberVisitor(MemberVisitor memberVisitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visitAnnotation(Clazz clazz, Member member, Annotation annotation)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface proguard.classfile.attribute.annotation.visitor.AnnotationVisitor
visitAnnotation, visitAnnotation, visitAnnotation, visitAnnotation, visitAnnotation
-
-
-
-
Constructor Detail
-
AnnotationToAnnotatedMemberVisitor
public AnnotationToAnnotatedMemberVisitor(MemberVisitor memberVisitor)
-
-
Method Detail
-
visitAnnotation
public void visitAnnotation(Clazz clazz, Member member, Annotation annotation)
- Specified by:
visitAnnotation
in interfaceAnnotationVisitor
-
-