Another question: what about the importing context?
 
I tried something basic like:
 
stImpo := SmalltalkImporter targetModel: self targetModel.
stImpo createClass: aRBClassNode.
 
and a MNU rised because importingContext is nil:
 
createClass: aClass
 | class inheritance |
 
 importingContext shouldMergeClassAndMetaclass
.....
 
now I will try with the method parser.
 
Cheers,
Fabrizio
 
 
2013/2/27 Fabrizio Perin <fabrizio.perin@gmail.com>
I believe the code will be opensource but I have to sinch with my boss.
 
Cheers,
Fabrizio

2013/2/27 Fabrizio Perin <fabrizio.perin@gmail.com>
About the importer I will give a try to the SmalltalkImporter. Anyway my main concern is not to create the structure of the smalltalk application (since the app file is really linear you always have the parent of a node at hand), but the part where I have to campute method invocations and accesses. Is that second part somehow there already?
 
Let you know how it goes with the importer.
 
Thanks and cheers,
Fabrizio