#include <thunks.h>
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) |
IndirectFreeThunk | ( | Value * | init_name, |
int | level, | ||
int | index | ||
) | [inline] |
BOOL _is_indirect_thunk | ( | ) | [inline] |
{ DbgAssert(!is_sourcepositionwrapper(this)); return TRUE; }
Thunk* make_free_thunk | ( | int | level | ) |
Reimplemented from FreeThunk.
void collect | ( | ) | [inline] |
void sprin1 | ( | CharStream * | s | ) | [inline] |
Reimplemented from FreeThunk.
{ s->printf(_M("&")); FreeThunk::sprin1(s); }
Reimplemented from FreeThunk.