Class AttributeMethodVisitor

    • Constructor Detail

      • AttributeMethodVisitor

        public AttributeMethodVisitor​(ClassDef classDef,
                                      String method,
                                      String aggType)
    • Method Detail

      • visitAnnotation

        public org.objectweb.asm.AnnotationVisitor visitAnnotation​(String desc,
                                                                   boolean visible)
        Visits an annotation of this method.
        Overrides:
        visitAnnotation in class EmptyVisitor
        Parameters:
        desc - the class descriptor of the annotation class.
        visible - true if the annotation is visible at runtime.
        Returns:
        a visitor to visit the annotation values, or null if this visitor is not interested in visiting this annotation.