chickadee » objc » objc:raw-ivar

objc:raw-ivarrecord

A record describing an Objective C instance variable as seen from the Objective C (as opposed to Scheme) side. Returned by objc:class-ivar-list, and used by objc:set-ivars!.

nameName as a string.
typeType as an encoded type string.
offsetOffset within class -- for debugging only.