|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.util.SimplifiedVisitor
proguard.classfile.attribute.annotation.visitor.AnnotationToMemberVisitor
public class AnnotationToMemberVisitor
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 | |
|---|---|
AnnotationToMemberVisitor(MemberVisitor memberVisitor)
|
|
| Method Summary | |
|---|---|
void |
visitAnnotation(Clazz clazz,
Member member,
Annotation annotation)
Visits the given Annotation of any type of class member. |
| 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 |
| Constructor Detail |
|---|
public AnnotationToMemberVisitor(MemberVisitor memberVisitor)
| Method Detail |
|---|
public void visitAnnotation(Clazz clazz,
Member member,
Annotation annotation)
SimplifiedVisitor
visitAnnotation in class SimplifiedVisitor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||