Add support for typedef multiple declarators
--------------------------------------------

                 Key: YOKO-249
                 URL: http://issues.apache.org/jira/browse/YOKO-249
             Project: Yoko - CORBA Server
          Issue Type: Sub-task
          Components: Idl2Wsdl
    Affects Versions: 1.0-incubating-M2
            Reporter: Matteo Vescovi
         Assigned To: Matteo Vescovi


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>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to