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

Re: Jimple.newVirtualInvoke() question



On Tue, 27 Apr 2004, Jon Nall wrote:

> why does Jimple.newVirtualInvoke() take a Local as the base rather than
> a Value? for instance, the following seems reasonable:

Note that Grimp doesn't (shouldn't) do that; this was chosen to make
Jimple really simple.  It would have been reasonable to have a Value as
the base, but it makes it more complicated.

pat