/**
 * Results in all components registered as children of the instance of this
 * component having their generate() methods called
 *
 * @see compiler_component::generate
 * @param string $ code to generate
 * @return void
 * @access protected
 */
 function generate_now(&$code)
 {
   return parent :: generate($code);
 }