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


1.9.9 Behavior: compiling methods

methodsFor: aCategoryString

Calling this method prepares the parser to receive methods to be compiled and installed in the receiver’s method dictionary. The methods are put in the category identified by the parameter.

poolResolution

Answer a PoolResolution class to be used for resolving pool variables while compiling methods on this class.