[Soot-list] Using Java2Jimple

Keith Lea keith at cs.oswego.edu
Fri Mar 25 23:07:19 EST 2005


I want to load a .java file into Jimple. I'm not using soot.Main, I want 
to do it directly. I've tried using the JavaToJimple class but it 
doesn't produce Jimple code, it produces a polyglot.ast.Node, and I 
can't see how to get Jimple code from that.

I've been looking for java-to-jimple documentation but I can't find any, 
in the form of textual documentation or javadoc. Can someone tell me a 
starting point for converting Java to Jimple?

Thanks,
-Keith


More information about the Soot-list mailing list