moosetechnology / Famix

An abstract representation of source code. Famix is generic and can describe applications in multiple programming languages.
MIT License
12 stars 22 forks source link

need to define importingContext for all Meta-Models #710

Open NicolasAnquetil opened 5 months ago

NicolasAnquetil commented 5 months ago

FamixSQLModel does not define #importingContextClass And there is no FamixSQLImportingContext

Same for FamixFortran and various others ...

NicolasAnquetil commented 5 months ago

It seems al is needed is to define in the generator

newBuilder

    ^ super newBuilder
          withFileImport;
          yourself

and regenerate the meta-model

NicolasAnquetil commented 5 months ago

it's done for FamixSQL