Methods to check a list of statements and declarations, return node. Source: 11.js, line 1049 Methods block(node) [ 'block' dcl ... other ... ] replaces each node by the result of the visit, returns node. Parameters: Name Type Description node Array to check. Source: 11.js, line 1054 dcl() [ 'dcl' type Name ...] allocates and types each Name, returns node. Source: 11.js, line 1062