@Override
 public void onMethodSelection(final Expression expression, final MethodNode target) {
   for (TypeCheckingExtension handler : handlers) {
     handler.onMethodSelection(expression, target);
   }
 }