edu.umd.cs.findbugs.bcel

Class PreorderDetector

public abstract class PreorderDetector extends PreorderVisitor implements Detector

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

See Also: PreorderVisitor

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.