Hi,

I'm trying to use bcel to analyze a class to see what other classes it
references.

Let's say I have a class like this:

class Foo
{
  public void foo()
  {
    Class c = some.packaged.ClassFile;
    ...
  }
}

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.

Suggestions?

Thanks,
James


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to