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

add methods #newClassNamed: to FamixMetamodelGenerator #784

Closed NicolasAnquetil closed 4 days ago

NicolasAnquetil commented 3 weeks ago

In a generator we do:

This is not consistent. By defining #newClassNamed: (and friends) in the generator to wrap around the builder, this would be more consistent