Package edu.umd.cs.findbugs.classfile.engine
@ParametersAreNonnullByDefault
package edu.umd.cs.findbugs.classfile.engine
Analysis engine classes to produce the analyses defined
in the edu.umd.cs.findbugs.classfile.analysis package.
-
ClassDescriptionAnalysis engine to produce the data (bytes) of a class.Analysis engine to produce the ClassInfo for a loaded class.Analysis engine to produce the ClassInfo for a loaded class.Parse a class to extract symbolic information. see http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.htmlInterface implemented by ClassParsers - objects that take the raw bytes of a classfile and parse the important symbolic information to produce ClassNameAndSuperclassInfo and ClassInfo objects.Deprecated.Register analysis engines with an analysis cache.