LKBlockExpr class documentation
LKBlockExpr : LKASTOverview
AST node representing a block closure expression.
Default
- + (id) blockWithArguments: (NSMutableArray *)arguments locals: (NSMutableArray *)locals statements: (NSMutableArray *)statementList
Return a new Block with the specified arguments, locals and statements.