Next:
Behavior-method dictionary
, Previous:
Behavior-instance creation
, Up:
Behavior
1.9.12 Behavior: instance variables
addInstVarName: aString
Add the given instance variable to instance of the receiver
instanceVariableNames: instVarNames
Set the instance variables for the receiver to be those in instVarNames
removeInstVarName: aString
Remove the given instance variable from the receiver and recompile all of the receiver's subclasses