static function resolve_statement_type($prefix)
 {
     list($statement_type, $callback) = parent::resolve_statement_type($prefix);
     self::debug("resolve_statement_type({$prefix}): {$statement_type}", self::DEBUG_LEVEL_EVALUATIONS);
     return array($statement_type, $callback);
 }