Open Source Java Parser for IDL files

4 posts / 0 new
Last post
Offline
Last seen: 5 years 1 month ago
Joined: 02/05/2019
Posts: 2
Open Source Java Parser for IDL files

I am looking for open source Java parser for IDL files, any recomendations?

Tx,

Dror.

jwillemsen's picture
Offline
Last seen: 2 years 9 months ago
Joined: 09/24/2013
Posts: 55

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.

Offline
Last seen: 5 years 1 month ago
Joined: 02/05/2019
Posts: 2

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.

Offline
Last seen: 4 months 6 days ago
Joined: 01/01/2017
Posts: 15

The eProsima IDL parser is based on ANTLR v4:

https://github.com/eProsima/IDL-Parser/tree/master/src/main/