类 AnnotationToAnnotatedMemberVisitor
- java.lang.Object
-
- proguard.classfile.attribute.annotation.visitor.AnnotationToAnnotatedMemberVisitor
-
- 所有已实现的接口:
AnnotationVisitor
public class AnnotationToAnnotatedMemberVisitor extends java.lang.Object implements AnnotationVisitor
ThisAnnotationVisitordelegates 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.
-
-
构造器概要
构造器 构造器 说明 AnnotationToAnnotatedMemberVisitor(MemberVisitor memberVisitor)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidvisitAnnotation(Clazz clazz, Member member, Annotation annotation)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 proguard.classfile.attribute.annotation.visitor.AnnotationVisitor
visitAnnotation, visitAnnotation, visitAnnotation, visitAnnotation, visitAnnotation
-
-
-
-
构造器详细资料
-
AnnotationToAnnotatedMemberVisitor
public AnnotationToAnnotatedMemberVisitor(MemberVisitor memberVisitor)
-
-
方法详细资料
-
visitAnnotation
public void visitAnnotation(Clazz clazz, Member member, Annotation annotation)
- 指定者:
visitAnnotation在接口中AnnotationVisitor
-
-