yast2-core
|
stack for blocks More...
Public Attributes | |
YBlockPtr | theBlock |
pointer to block More... | |
const char * | textdomain |
textdomain (if defined) More... | |
int | includeDepth |
block is include file, all definitions go to the outer block More... | |
TableEntry * | self |
c_self entry during module parsing More... | |
![]() | |
T | elements |
STL member. More... | |
stack for blocks
int blockstack_t::includeDepth |
block is include file, all definitions go to the outer block
Referenced by start_block(), and switch().
TableEntry* blockstack_t::self |
c_self entry during module parsing
Referenced by start_block(), and switch().
const char* blockstack_t::textdomain |
textdomain (if defined)
Referenced by start_block(), and yylex().
YBlockPtr blockstack_t::theBlock |
pointer to block
Referenced by start_block(), and switch().