edu.umd.cs.findbugs.classfile.engine

Class ClassInfoAnalysisEngine

public class ClassInfoAnalysisEngine extends Object implements IClassAnalysisEngine

Analysis engine to produce the ClassInfo for a loaded class. We parse just enough information from the classfile to get the needed information.

Author: David Hovemeyer

Method Summary
Objectanalyze(IAnalysisCache analysisCache, ClassDescriptor descriptor)
voidregisterWith(IAnalysisCache analysisCache)
booleanretainAnalysisResults()

Method Detail

analyze

public Object analyze(IAnalysisCache analysisCache, ClassDescriptor descriptor)

registerWith

public void registerWith(IAnalysisCache analysisCache)

retainAnalysisResults

public boolean retainAnalysisResults()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.