Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6918145

parsing annotated array types

XMLWordPrintable

    • generic
    • generic

      Fix the parser to construct annotated array type with the same hierarchy as expected
      by the specification and the tree visitors.

      More concretely, the type 'List<@A String @B [ ] @C [ ]>' should construct the
      following tree construction:

        List
         \- typearg: @B [ ]
              \- comp: @C [ ]
                  \- comp: @A String

            emc Eric Mccorkle
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: