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

Re: Extend Jimple keywords



On Sun, 26 Oct 2003, Stephen Andrew Neuendorffer wrote:

> >The reason I ask is that, typically in Soot, Jimple would be generated
> >from a class file (ie bytecode) and not the Java source, although the
> >next release will also have JavaToJimple.

> Out of curiosity, have you (or anyone?) thought about producing jimple
> fragments from java fragments (or from another textual representation,
> like textual jimple?)

That would be great.  I've thought that it would be useful for a while,
but haven't had any time or signs of actual users who would need to use
such a thing to actually go through the trouble of implementing it.  The
Jimple Parser should be able to do this if it's suitably modified, but I'm
not sure exactly what modifications would be needed.

pat