|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void parse(ClassNameAndSuperclassInfo.Builder classInfo) throws InvalidClassFileFormatException
classInfo
- a ClassNameAndSuperclassInfo object to be filled in with (some of)
the class's symbolic information
InvalidClassFileFormatException
void parse(ClassInfo.Builder classInfo) throws InvalidClassFileFormatException
classInfo
- a ClassInfo object to be filled in with (some of)
the class's symbolic information
InvalidClassFileFormatException
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |