| class SIDE_EFFECT < $HASH |
|---|
| $HASH | $IS_EQ |
| attr doeswrite:BOOL; |
|---|
| **** | Is this attribute written to? |
| attr name:IDENT; |
|---|
| **** | The name of the attribute, void(IDENT) for arrays |
| attr tp:$TP; |
|---|
| **** | The class modified |
| attr doeswrite:BOOL; |
|---|
| **** | Is this attribute written to? |
| attr name:IDENT; |
|---|
| **** | The name of the attribute, void(IDENT) for arrays |
| attr tp:$TP; |
|---|
| **** | The class modified |
| create(amattr:$OB,doeswrite:BOOL):SAME |
|---|
| create:SAME |
|---|
| hash:INT |
|---|
| is_array:BOOL |
|---|
| is_eq(other:SAME):BOOL |
|---|
| is_local:BOOL |
|---|
| is_neq(other:SAME):BOOL |
|---|
| str:STR |
|---|