* stephan <stephan(a)stack.nl> [30.07.2015. @15:20:48 +0200]:
On 29-07-15 16:14, Anne Etien wrote:
1. classA queryOutgoingInvocation atClassScope
atPackageScope
2. classA queryOutgoingInvocation atPackageScope
What exactly is atClassScope (or atTypeScope)? In FAMIX, a class is not
a scoping entity.
That only refers to global scopes. In other languages there are nested
functions and
methods.
You are right: it is atTypeScope and not atClassScope. The name of the
selector is perhaps not correct but the idea is to navigate through the
containment tree and to give an answer filtered at the right level.
We could perhaps replace scope by level in the name of the selector.
Anne & JC