edu.umd.cs.findbugs.bcel

Class AnnotationDetector

public abstract class AnnotationDetector extends AnnotationVisitor implements Detector

Base class for Detectors which want to perform a preorder traversal of the classfile including visiting Annotations.

See Also: AnnotationVisitor

Method Summary
ClassContextgetClassContext()
Get the ClassContext of the class currently being visited.
voidreport()
voidvisitClassContext(ClassContext classContext)

Method Detail

getClassContext

public ClassContext getClassContext()
Get the ClassContext of the class currently being visited.

Returns: the current ClassContext

report

public void report()

visitClassContext

public void visitClassContext(ClassContext classContext)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.