Functions | |
CLINK void | MacroTokenExpander_addMacro (char *name_, void *regexp_) |
CLINK void* | MacroTokenExpander_getMacro (char *name_) |
Variables | |
MacroTokenExpander* | cw_macroTokenExpander |
Each parameter will be transformed into its C++ counterpart.
|
Definition at line 45 of file cw_macro_token_expander.cc. Referenced by yyparse().
|
|
Definition at line 53 of file cw_macro_token_expander.cc. Referenced by yyparse().
|
|
This will point to the instance of the MacroTokenExpander class whose methods should actually be called from the parser's C code. It is initialized by the LexYaccParser before the parsing process starts. Definition at line 52 of file cw_macro_token_expander.h. |