Package proguard.classfile.attribute.annotation.visitor
package proguard.classfile.attribute.annotation.visitor
-
ClassDescriptionThis
AttributeVisitorlets a givenAnnotationVisitorvisit all Annotation instances of the attributes it visits.ThisAttributeVisitorandAnnotationVisitorlets a givenElementValueVisitorvisit allElementValueinstances of the attributes or annotations that it visits.ThisAnnotationVisitordelegates all visits to a givenClassVisitor.ThisAnnotationVisitordelegates all visits to a givenMemberVisitor.ThisAnnotationVisitordelegates its visits to another givenAnnotationVisitor, but only when the visited annotation has a type that matches a given regular expression.This interface specifies the methods for a visitor ofAnnotationinstances.This interface specifies the methods for a visitor ofElementValueinstances.ThisAnnotationVisitordelegates all visits to eachAnnotationVisitorin a given list.This interface specifies the methods for a visitor ofTypeAnnotationinstances.This interface specifies the methods for a visitor ofTypePathInfoinstances.