[Soot-list] how to get the parameters of a method call by using soot

Peng Li lipeng360 at gmail.com
Tue Dec 19 18:27:52 EST 2006


HI
Suppose I have the following method call
 DefaultTableModel dm = new DefaultTableModel(lm.getSize(),10);

How can I get the parameters for DefaultTableModel()? I tried several
methods, but do not work. Can anyone give me some suggestion?

Cheers
Peng


More information about the Soot-list mailing list