| Mr. Soot, I have a question regarding InvokeExprs.  
(At least I think they are called InvokeExprs).  Say you have an expression 
in the code where 'a' is an instance of a class and 'doSomthing()' is a method 
in that class: a.doSomthing() its it possible to get the SootClass that a is an 
instance of every time you come across a call to a method like 
this?  I have look through the API and cannot come up with a good way to do 
this. -Matt |