|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM
public class ClassParserUsingASM
Constructor Summary | |
---|---|
ClassParserUsingASM(org.objectweb.asm.ClassReader classReader,
ClassDescriptor expectedClassDescriptor,
ICodeBaseEntry codeBaseEntry)
|
Method Summary | |
---|---|
void |
parse(ClassInfo.Builder builder)
Parse the class data into a ClassInfo object containing (some of) the class's symbolic information. |
void |
parse(ClassNameAndSuperclassInfo.Builder cBuilder)
Parse the class data into a ClassNameAndSuperclassInfo object containing (some of) the class's symbolic information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassParserUsingASM(org.objectweb.asm.ClassReader classReader, @CheckForNull ClassDescriptor expectedClassDescriptor, ICodeBaseEntry codeBaseEntry)
Method Detail |
---|
public void parse(ClassNameAndSuperclassInfo.Builder cBuilder) throws InvalidClassFileFormatException
ClassParserInterface
parse
in interface ClassParserInterface
cBuilder
- a ClassNameAndSuperclassInfo object to be filled in with (some of)
the class's symbolic information
InvalidClassFileFormatException
public void parse(ClassInfo.Builder builder) throws InvalidClassFileFormatException
ClassParserInterface
parse
in interface ClassParserInterface
builder
- 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 |