class AS_PROTECT_WHEN < $AS_NODE
****
The "when" part of a "protect" statement.


Flattened version is here

Ancestors
$AS_NODE $PROG_ERR AS_NODE



Public


Readable Attributes
attr then_part:AS_STMT_LIST;
**** The statements to execute.
attr tp:AS_TYPE_SPEC;
**** The types to check.

Writable Attributes
attr then_part:AS_STMT_LIST;
**** The statements to execute.
attr tp:AS_TYPE_SPEC;
**** The types to check.

Features