[Soot-list] What's the purpose of method v() in Scene?

Eric Bodden eric.bodden at mail.mcgill.ca
Tue Aug 1 20:44:21 EDT 2006


Hi.

"Scene" is a class. "v()" returns *the* (ond and only) singleton object of that class. Hence, you always use the scene  like this:

Scene.v().someMethod();


Eric

--
Eric Bodden
Sable Research Group, McGill University
Montréal, Québec, Canada


> -----Original Message-----
> From: soot-list-bounces at sable.mcgill.ca [mailto:soot-list-
> bounces at sable.mcgill.ca] On Behalf Of Peng Gao
> Sent: Tuesday, August 01, 2006 8:37 PM
> To: soot-list at sable.mcgill.ca
> Subject: [Soot-list] What's the purpose of method v() in Scene?
> 
> Hi,
> 
> I am a rookie in soot. Still reading the APIs and the source code.
> 
> The method v() in object Scene confused me. In the source code, it
> seems like an empty method and there's no documentation in API. What's
> this v() used for?
> 
> Cheers
> 
> Peng Gao
> 
> 
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list



More information about the Soot-list mailing list