ivars

ivars

 英

  • 网络实例参数链表;实例变量

例句

Variables defined at this level are called instance variables, or ivars for short, and are stored as part of each object.

这个层次定义变量成为实体变量或者简称ivars这些变量作为每个对象一部分存储

So the structure (and the ivars) that an instance has depends on what messages it has been sent during its lifetime.

因此一个实例具有结构实例变量生命周期发送消息密切相关

Notice the instance variables (or ivars, as Cocoa and Cappuccino usually refer to them) for your controller in Listing 3.

注意清单3控制器实例变量ivar—CocoaCappuccino通常这样称呼它们)。