> - The visiting of method ASTs happens in the
SmalltalkMethodVisitor
which is triggered by
SmalltalkImporter>>createMethod:. It is this visitor
which is the responsible for triggering the creation of low-level objects
like invocations and accesses.
Yes.
The SmalltalkImporter>>createMethod: need as parameter acompiledMethod
which is evidently a MethodNode since RBMethodNode do not implement the
methodClass which is invoked in createMethod:
So, am I missing something? Should I use another parser other than
PPSmalltalkParser?
Cheers,
Fabrizio