[Soot-list] Try unrepresented in jimple?

David Mohr dmohr at cs.unm.edu
Wed Oct 7 16:59:25 EDT 2009


Hi,
seems like I'm flooding the list with questions, but oh well, here I go:

Am I correct that the try statement (the exception table in byte code)
is not represented in Jimple? It seems to me that neither does the
grammar include any statements for it, nor do .jimple files in
practice.

I think I can in practice work my way around that limitation, but it
seems unfortunate that I have to use workarounds. Of course Soot as a
whole is pretty nice, and does maintain the exception tables, I just
can't see or manipulate them properly in the Jimple representation. I
had thought that all of Java mapped to Jimple, is that not really the
case?

~David


More information about the Soot-list mailing list