| class BOUND_OBJECT_LAYOUT < $LAYOUT |
|---|
| **** | A layout corresponding to a Sather bound object (a function pointer plus any bound arguments). ie. the frame |
| $LAYOUT | $STR | FIX_TYPE |
| attr e:AM_BND_CREATE_EXPR; |
|---|
| attr str:STR; |
|---|
| attr e:AM_BND_CREATE_EXPR; |
|---|
| shared layouts:FMAP{AM_BND_CREATE_EXPR,BOUND_OBJECT_LAYOUT}; |
|---|
| shared layouts:FMAP{AM_BND_CREATE_EXPR,BOUND_OBJECT_LAYOUT}; |
|---|
| create(e:AM_BND_CREATE_EXPR):BOUND_OBJECT_LAYOUT |
|---|
| dependencies:FLIST{$LAYOUT} |
|---|
| typedef(c:CGEN):STR |
|---|
| attr str:STR; |
|---|