DevBoost / JaMoPP

JaMoPP can parse Java source and byte code into EMF-based models and vice versa. It preserves source formatting and can be used for code analysis and refactoring.
17 stars 18 forks source link

Constructor extension to check constructors for a given call #24

Closed BenjaminKlatt closed 10 years ago

BenjaminKlatt commented 10 years ago

This is only the extension (utility-) class. The integration in the meta model, if wanted, is up to you as I did not want to change the meta model.

Furthermore, an additional method for Class and Enumeration returning the constructor for a given call would be helpful. However, you should decide about the best place (meta model class) for such a method.