Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-1372 Add IDL multiple declarators support.
  3. CXF-1373

Add support for typedef multiple declarators

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1
    • CORBA Binding
    • None

    Description

      Add support for the following IDL rules:

      // "typedef" <type_declarator>
      // <type_declarator> ::= <type_spec> <declarators>

      where <declarators> can expand to:

      // <declarators> ::= <declarator>

      {"," <declarator> }

      *
      // <declarator> ::= <simple_declarator>
      // | <complex_declarator>
      // <simple_declarator> ::= <identifier>
      // <complex_declarator> ::= <array_declarator>

      Attachments

        Activity

          People

            Unassigned Unassigned
            matteo.vescovi Matteo Vescovi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: