class AS_PARAM_DEC < $AS_NODE
****
The declaration of a parameter for a class.


Flattened version is here

Ancestors
$AS_NODE $PROG_ERR AS_NODE



Public


Readable Attributes
attr name:IDENT;
**** Index of parameter name. if any.
attr type_constraint:AS_TYPE_SPEC;
**** Type constraint for type, if any.

Writable Attributes
attr name:IDENT;
**** Index of parameter name. if any.
attr type_constraint:AS_TYPE_SPEC;
**** Type constraint for type, if any.

Features