Clozure Common Lisp 帮助文档-第14章 Objective-C 桥(中文版)

风格不统一 提交于 2019-12-06 21:24:43
Clozure Common Lisp 帮助文档-第14章 Objective-C 桥(中文版) === 原文地址: 网络: http://ccl.clozure.com/ccl-documentation.html 原文标题: Clozure CL Documentation 翻译者: FreeBlues 2013-08-03 === 目录 14 Objective-C 桥 the Objective-C Bridge 14.1 版本 1.2 里的变化 Changes in 1.2 14.2 使用 Objective-C 的类 Using Objective-C Classes 14.3 实例化 Objective-C 对象 Instantiating Objective-C Objects 14.4 调用 Objective-C 方法 Calling Objective-C Methods 14.4.1 Objective-C 方法调用的类型强制 Type Coercion for Objective-C Method Calls 14.4.2 返回结构的方法 Methods which Return Structures 14.4.3 参数数量可变的消息 Variable-Arity Messages 14.4.4 优化 Optimization 14.5 定义