Class ClassParser

java.lang.Object
edu.umd.cs.findbugs.classfile.engine.ClassParser
All Implemented Interfaces:
ClassParserInterface

public class ClassParser extends Object implements ClassParserInterface
Parse a class to extract symbolic information. see http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html
Author:
David Hovemeyer