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—Cocoa和Cappuccino通常这样称呼它们)。