public interface ClassParserInterface
| Modifier and Type | Method and Description |
|---|---|
void |
parse(ClassInfo.Builder classInfo)
Parse the class data into a ClassInfo object containing (some of) the
class's symbolic information.
|
void |
parse(ClassNameAndSuperclassInfo.Builder classInfo)
Parse the class data into a ClassNameAndSuperclassInfo object containing
(some of) the class's symbolic information.
|
void parse(ClassNameAndSuperclassInfo.Builder classInfo) throws InvalidClassFileFormatException
classInfo - a ClassNameAndSuperclassInfo object to be filled in with (some
of) the class's symbolic informationInvalidClassFileFormatExceptionvoid parse(ClassInfo.Builder classInfo) throws InvalidClassFileFormatException
classInfo - a ClassInfo object to be filled in with (some of) the class's
symbolic informationInvalidClassFileFormatExceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.