Interface ClassParserInterface

  • All Known Implementing Classes:
    ClassParser, ClassParserUsingASM, ClassParserUsingBCEL

    public interface ClassParserInterface
    Interface implemented by ClassParsers - objects that take the raw bytes of a classfile and parse the important symbolic information to produce ClassNameAndSuperclassInfo and ClassInfo objects.
    Author:
    Bill Pugh, David Hovemeyer