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