Next: Behavior-accessing the method dictionary, Previous: Behavior-accessing class hierarchy, Up: Behavior [Index]
Return all the class variables understood by the receiver
Answer the names of every instance variables the receiver contained in the receiver’s instances
Returns a set of all instances of the receiver
Return the shared pools defined by the class and any of its superclasses, in the correct search order.
Return the names of the shared pools defined by the class and any of its superclasses, in the correct search order.
Answer the class pool dictionary. Since Behavior does not support classes with class variables, we answer an empty one; adding variables to it results in an error.
Answer all the class variables for instances of the receiver
Answer the index of aString in the fixed instance variables of the instances of the receiver, or 0 if the variable is missing.
Answer the index of aString in the fixed instance variables of the instances of the receiver, or 0 if the variable is missing.
Answer an Array containing the instance variables defined by the receiver
Return a count of all the instances of the receiver
Return the names of the shared pools defined by the class
Answer the names of the instance variables the receiver inherited from its superclass
Next: Behavior-accessing the method dictionary, Previous: Behavior-accessing class hierarchy, Up: Behavior [Index]