Re: [ASM 5.1] Error when reading nested type of type variable bound in method signature

Eliot Moss <[email protected]> Thu, 11 Aug 2016 09:48:37 -0400
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <[email protected]>
On 8/11/2016 5:37 AM, Michael Gumowski wrote:

>   * The signature of the method "method" is : "(TU.Nested<Ljava/lang/String;>;)V"

My guess is that the reader goes from the T to the first ';'.  This example suggests
that there can be nested syntactic constructs and that it has to be prepared to parse
them, processing L...; inside and then looking for that second ';'.  If there is a
tight class file spec it may give guidance as to the full allowed syntax of these
things, which then would guide writing a parser that can handle all the cases ...

Regards -- Eliot Moss


-- 
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