For an invokestruction calling a method m, I am able to get m's class
info as the follwing:

cn = m.getClassName(cpg);
jc = Repository.lookupClass(cn);

My question is, how can I obtain all classes in which the method m could
be overrided? In other words, how can I obtain all methods that can be
called at runtime? It requires some kind of class tree, and I don't know
if BCEL provides ways to do that.

Weijiang

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

Reply via email to