What are you trying to accomplish? Remedy IT provides RIDL as a flexible IDL parser with pluggable backend support for creating your own IDL based generator.
I would like to parse IDL file and then manipulate and customize the modules, structs and the other elements.
My application is in Java so I am looking for a Java package that parse the idl file into its own data model and enable access to that data model for getting all the information.
What are you trying to accomplish? Remedy IT provides RIDL as a flexible IDL parser with pluggable backend support for creating your own IDL based generator.
I would like to parse IDL file and then manipulate and customize the modules, structs and the other elements.
My application is in Java so I am looking for a Java package that parse the idl file into its own data model and enable access to that data model for getting all the information.
The eProsima IDL parser is based on ANTLR v4:
https://github.com/eProsima/IDL-Parser/tree/master/src/main/