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

Question on RetStmt and LookupSwitchStmt



Hello,

I am reading the code for StmtGraph constructor, but confused
by Jimple's RetStmt. What is that for? And how to handle it to
constuct a control flow graph? I have problem to understand 
that piece of codes.

I thought RetStmt might be statement like "return ref" which 
returns a reference of some object. Unfortunitely I found that
it is "ReturnStmt", and I get no examples of RetStmt after 
checking quite a few class files. 

Also I find no example of LookupStmt. What is that statement for?

Any help welcome!



JinQian LI
li@cis.udel.edu