edu.umd.cs.findbugs.ba
Interface ClassObserver

All Known Subinterfaces:
BugReporter
All Known Implementing Classes:
AbstractBugReporter, AnalysisRun.Reporter, BugCollectionBugReporter, DelegatingBugReporter, EmacsBugReporter, FilterBugReporter, FindBugs.CategoryFilteringBugReporter, FindBugs.ErrorCountingBugReporter, HTMLBugReporter, PrintingBugReporter, RapidTypeAnalysis, SortingBugReporter, TextUIBugReporter, XDocsBugReporter, XMLBugReporter

public interface ClassObserver

An interface to be implemented by classes which observer the analysis of classes. In general, ClassObserver objects are created in order to record a complete list of the classes comprising an application for whole program analysis.


Method Summary
 void observeClass(org.apache.bcel.classfile.JavaClass javaClass)
          Observe a class.
 

Method Detail

observeClass

void observeClass(org.apache.bcel.classfile.JavaClass javaClass)
Observe a class.

Parameters:
javaClass - the class