[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getDeclaringMethod ?



On Thu, 22 May 2003, Fu, Chen wrote:

> Is there any way in soot we can get the declaring method of a statement
> just from the reference to that statement?

Nope!  If you want that sort of information, you have to set up a Map from
statements to methods.  It's not encoded in the Stmt.

pat