Next: , Previous: , Up: Behavior   [Index]


1.9.14 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