Mixin: Check_Dcl

Eleven~ Check_Dcl

Methods to check a list of statements and declarations, return node.

Source:

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:

dcl()

[ 'dcl' type Name ...] allocates and types each Name, returns node.

Source: