I'm actually working on the open source code of the Modelio free distribution and I need some help if it's possible.
I need to parse an external C file (like a library) to retrieve operations values that I will store in a generated XMI file.
When the XMI file is generated I will only have to import it into modelio to retrieve the different data from the C file.
The problem is that I want to reuse the modelio source code methods that are used to generate an XMI file and I don't find what these methods are.