Class DefaultAnnotationVisitor
java.lang.Object
org.objectweb.asm.AnnotationVisitor
org.apache.maven.shared.dependency.analyzer.asm.DefaultAnnotationVisitor
public class DefaultAnnotationVisitor
extends org.objectweb.asm.AnnotationVisitor
Computes the set of classes referenced by visited code.
Inspired by
org.objectweb.asm.depend.DependencyVisitor
in the ASM dependencies example.- Author:
- Mark Hobson
-
Field Summary
Fields inherited from class org.objectweb.asm.AnnotationVisitor
api, av
-
Constructor Summary
ConstructorDescriptionDefaultAnnotationVisitor
(ResultCollector resultCollector, String usedByClass) Constructor for DefaultAnnotationVisitor. -
Method Summary
Methods inherited from class org.objectweb.asm.AnnotationVisitor
getDelegate, visitEnd
-
Constructor Details
-
Method Details
-
visit
- Overrides:
visit
in classorg.objectweb.asm.AnnotationVisitor
-
visitEnum
- Overrides:
visitEnum
in classorg.objectweb.asm.AnnotationVisitor
-
visitAnnotation
- Overrides:
visitAnnotation
in classorg.objectweb.asm.AnnotationVisitor
-
visitArray
- Overrides:
visitArray
in classorg.objectweb.asm.AnnotationVisitor
-