...I'm trying to use bcel to analyze a class to see what other classes it references.
In my "analyzis" of Foo I need to know that it references some.packaged.ClassFile. I can't quite figure out how to do that.
It depends on how you define "reference", apart from the example you gave.
I did it the hard way: get the byte code of a class, iterate and note references manually, see the BCEL analyzer from http://cvs.apache.org/~pietsch/
J.Pietschmann
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
