Re: Use of Analyzer<...> and Frame<...>
Remi Forax <[email protected]> Tue, 06 Dec 2011 20:15:52 +0100
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
If you want to use the generics API you have to compile against asm-debug. Cheers. Rémi althea <[email protected]> wrote: >hi there, > >I have tried to use Analyzer<SourceValue> as the type of a declared variable. >But it does not compile. The java compiler complains that Analyzer cannot take >a parameter. The same happens to Frame. > >I looked at the Analyzer class. It is defined as class Analyzer<V extends >Value>, which should require a parameter. > >two issues here: >1) According to definition of Analyzer, Analyzer takes an interface parameter, >isn't it? >2) Yet, the compiler complains it does not take any parameter. > >Anyone can help? > >thanks, >althea > > >-- >You receive this message as a subscriber of the [email protected] mailing list. >To unsubscribe: mailto:[email protected] >For general help: mailto:[email protected]?subject=help >OW2 mailing lists service home page: http://www.ow2.org/wws
message-footer.txt
(text/plain, 238 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws