#include <ucsym.h>
Inheritance diagram for Uc_static_var_symbol:


Public Member Functions | |
| Uc_static_var_symbol (char *nm, int off) | |
| virtual int | gen_value (vector< char > &out) |
| virtual int | gen_assign (vector< char > &out) |
Definition at line 101 of file ucsym.h.
| Uc_static_var_symbol::Uc_static_var_symbol | ( | char * | nm, | |
| int | off | |||
| ) | [inline] |
| int Uc_static_var_symbol::gen_value | ( | vector< char > & | out | ) | [virtual] |
Reimplemented from Uc_var_symbol.
Definition at line 166 of file ucsym.cc.
References offset, UC_PUSHSTATIC, and Write2().
Here is the call graph for this function:

| int Uc_static_var_symbol::gen_assign | ( | vector< char > & | out | ) | [virtual] |
Reimplemented from Uc_var_symbol.
Definition at line 150 of file ucsym.cc.
References offset, UC_POPSTATIC, and Write2().
Here is the call graph for this function:

1.5.1