|
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.ClassParserUsingBCEL
@Deprecated public class ClassParserUsingBCEL
| Constructor Summary | |
|---|---|
ClassParserUsingBCEL(org.apache.bcel.classfile.JavaClass javaClass,
ClassDescriptor expectedClassDescriptor,
ICodeBaseEntry codeBaseEntry)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
parse(ClassInfo.Builder builder)
Deprecated. Parse the class data into a ClassInfo object containing (some of) the class's symbolic information. |
void |
parse(ClassNameAndSuperclassInfo.Builder builder)
Deprecated. Parse the class data into a ClassNameAndSuperclassInfo object containing (some of) the class's symbolic information. |
protected FieldDescriptor |
parseField(org.apache.bcel.classfile.Field obj)
Deprecated. |
protected MethodDescriptor |
parseMethod(org.apache.bcel.classfile.Method obj)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassParserUsingBCEL(org.apache.bcel.classfile.JavaClass javaClass,
@CheckForNull
ClassDescriptor expectedClassDescriptor,
ICodeBaseEntry codeBaseEntry)
| Method Detail |
|---|
public void parse(ClassNameAndSuperclassInfo.Builder builder)
throws InvalidClassFileFormatException
ClassParserInterface
parse in interface ClassParserInterfacebuilder - 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 ClassParserInterfacebuilder - a ClassInfo object to be filled in with (some of)
the class's symbolic information
InvalidClassFileFormatExceptionprotected FieldDescriptor parseField(org.apache.bcel.classfile.Field obj)
obj - the field to parse
protected MethodDescriptor parseMethod(org.apache.bcel.classfile.Method obj)
obj - the method to parse
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||