Next:
Behavior-support for lightweight classes
, Previous:
Behavior-printing hierarchy
, Up:
Behavior
1.9.17 Behavior: still unclassified
allSharedPoolDictionariesDo: aBlock
Answer the shared pools visible from methods in the metaclass, in the correct search order.
parseNodeAt: selector
Available only when the Parser package is loaded–Answer an RBMethodNode that compiles to my method named by selector.
updateInstanceVars: variableArray shape: shape
Update instance variables and instance spec of the class and all its subclasses. variableArray lists the new variables, including inherited ones.