| abstract class $AS_STMT < $AS_NODE, $NEXT{$AS_STMT} |
|---|
| **** | A supertype of all routine or iter statement nodes. |
| $NEXT{_} | $AS_NODE | $PROG_ERR |
| surr_stmt_list : AS_STMT_LIST; |
|---|
| surr_stmt_list(l:AS_STMT_LIST); |
|---|
| transformed : BOOL; |
|---|
| **** | During pSather transformation of several If a tr node is in a parameterized class this node gets transformed for each instantiation of the parameter. However, the new nodes must be created only once. |
| transformed(set:BOOL); |
|---|
| **** | tr nodes new nodes are added to the tree. If a tr node is in a parameterized class this node gets transformed for each instantiation of the parameter. However, the new nodes must be created only once. |