#include <thunks.h>
Inheritance diagram for IndirectFreeThunk:Public Member Functions | |
| IndirectFreeThunk (Value *init_name, int level, int index) | |
| BOOL | _is_indirect_thunk () |
| Thunk * | make_free_thunk (int level) |
| void | collect () |
| void | sprin1 (CharStream *s) |
| Value * | eval () |
| Value * | assign_vf (Value **arg_list, int count) |
Public Member Functions inherited from FreeThunk | |
| FreeThunk (Value *init_name, int level, int index) | |
| Thunk * | make_free_thunk (int level) |
| void | collect () |
| void | sprin1 (CharStream *s) |
| Value * | eval () |
| Value * | assign_vf (Value **arg_list, int count) |
Additional Inherited Members | |
Public Attributes inherited from FreeThunk | |
| int | level |
| int | index |
|
inline |
|
inline |
| void collect | ( | ) |
|
inline |
| Value* eval | ( | ) |