class AS_ARG_DEC < $AS_NODE
****
Declaration of routine and iter arguments. Parser should make one of these for each arg in a list like "a,b,c:INT".


Flattened version is here

Ancestors
$AS_NODE $PROG_ERR AS_NODE



Public


Readable Attributes
attr is_hot:BOOL;
**** True if declared "hot".
attr mode:AS_ARG_MODE;
**** mode specifier
attr name:IDENT;
**** The name of the argument.
attr tp:AS_TYPE_SPEC;
**** The type.

Writable Attributes
attr is_hot:BOOL;
**** True if declared "hot".
attr mode:AS_ARG_MODE;
**** mode specifier
attr name:IDENT;
**** The name of the argument.
attr tp:AS_TYPE_SPEC;
**** The type.

Features