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

Re: this Keyword



I am not sure what you mean by the this keyword. Soot does not parse
Java source code; it parses bytecode, which doesn't have any keywords.
In its internal Jimple representation, it uses a ThisRef to represent
the variable that is referred to by the this keyword in Java.

Ondrej

On Fri, Dec 06, 2002 at 03:12:23PM -0500, John Pacino wrote:
> Hello All,
> 
> 	I was wondering what soot considers the this keyword.  Is it a
> RefType? and if it isn't what is it?
> 
> Thanks,
> 	John