2015-06-28 17:25 GMT+02:00 stepharo <stepharo@free.fr>:
Hi

I would like to study the use of super.
Any idea how I can query them?

Stef



| rule result |
������ rule := CodeSearchingRule new
������ ������ matcher:
������ ������ ������ ������ (RBParseTreeSearcher new
������ ������ ������ ������ ������ ������ matches: 'super' do: [ :node :answer | node ];
������ ������ ������ ������ ������ ������ yourself);
������ ������ yourself.
������ result := RBSmalllintChecker runRule: rule onEnvironment: RBBrowserEnvironment default.
������ MessageBrowser browse: result result methods title:'super' autoSelect:'super'