Next: ClassDescription-conversion, Up: ClassDescription [Index]
Compile code in the receiver, assigning the method to the given category. Answer the newly created CompiledMethod, or nil if an error was found.
Compile method source and install in method category, categoryName. If there are parsing errors, invoke exception block, ’block’ (see compile:ifError:). Return the method
Compile method source and install in method category, categoryName. If there are parsing errors, send an error message to requestor