BlockClosure



BlockClosure inherits from Object and defines instance variables ownerClass, offset, argumentCount. It has a subclass: FullBlockClosure.

BlockClosures are "clean" block closures which do not refer to outer variables or execute nonlocal returns. They are statically allocated at compile time.

Methods defined in BlockClosure:

Methods for accessing:

Methods for error handling:

Methods for evaluating:

Methods for flow control:


Pocket Smalltalk Documentation