The method name 'usesArguments' in ASTBuilder is confusing. 'usesArguments' is used as setter method in AST Builder. In other files, usesArguments is getter method, and 'setUsesArguments' is setter method. So, it is better to rename usesArguments to setUsesArguments in ASTBuilder.
Created attachment 245604 [details] Patch
Comment on attachment 245604 [details] Patch I don’t think it makes sense to change this function and not change the 4 other similarly-named ones, usesThis, usesCatch, usesWith, and usesEval. You should talk to the programmers who work on this code a lot and see if they are amendable to renaming all 5 of them.
(In reply to comment #2) > amendable I meant "amenable"