[Soot-list] Java generics in Soot

Andrey Chudnov achudnov at gmail.com
Wed Mar 5 13:48:55 EST 2008


Hi,
Thank you for your answers. That's indeed the case. I should have
checked out the manuals first. Sorry for troubling.

Best regards,
Andrey Chudnov
Chalmers University of Technology
Gothenburg, Sweden

2008/3/5, Khilan Gudka <khilan.gudka at imperial.ac.uk>:
> Hi,
>
> Generics are a source-level feature in Java (as opposed to .NET where
> generics are reified and are thus implemented in the .NET runtime) hence
> they get erased before bytecode is output by javac. There is no notion of
> generics in java bytecode.
>
> Khilan
>
> 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
> >
>
>


More information about the Soot-list mailing list