[Soot-list] Java generics in Soot

Eric Bodden eric.bodden at mail.mcgill.ca
Wed Mar 5 13:13:39 EST 2008


No, Soot does not support generics, but neither does Java bytecode
really. In both bytecode and Jimple you would normally just
instantiate the raw type.

Eric

On 05/03/2008, Andrey Chudnov <achudnov at gmail.com> wrote:
> Hi,
>  Does Soot support generics? I need to construct Jimple code which
>  creates an instance of a generic class.
>
>  Best regards,
>
> Andrey Chudnov
>  _______________________________________________
>  Soot-list mailing list
>  Soot-list at sable.mcgill.ca
>  http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>


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

 >  Best regards,
 >
 > Andrey Chudnov
 >  _______________________________________________
 >  Soot-list mailing list
 >  Soot-list at sable.mcgill.ca
 >  http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
 >



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


More information about the Soot-list mailing list