LocalThunk Class Reference

LocalThunk Class Reference

#include <thunks.h>

+ Inheritance diagram for LocalThunk:

Public Member Functions

 LocalThunk (Value *init_name, int init_index, int iframe_lvl)
 
Thunkmake_free_thunk (int level)
 
Valueeval ()
 
void collect ()
 
void sprin1 (CharStream *s)
 
Valueassign_vf (Value **arg_list, int count)
 

Public Attributes

int frame_level
 
int index
 

Constructor & Destructor Documentation

LocalThunk ( Value init_name,
int  init_index,
int  iframe_lvl 
)

Member Function Documentation

Thunk* make_free_thunk ( int  level)
Value* eval ( )
void collect ( )
void sprin1 ( CharStream s)
Value* assign_vf ( Value **  arg_list,
int  count 
)

Member Data Documentation

int frame_level
int index