yast2-core
|
linked list for formal parameters (not a stack at all) More...
#include <Scanner.h>
Public Attributes | |
struct formalparamstack * | next |
ptr to next formal parameter More... | |
const char * | name |
name of formal parameter More... | |
constTypePtr | type |
type of formal parameter More... | |
unsigned int | line |
line number of name token More... | |
linked list for formal parameters (not a stack at all)
unsigned int formalparamstack::line |
line number of name token
Referenced by switch().
const char* formalparamstack::name |
name of formal parameter
Referenced by switch().
struct formalparamstack* formalparamstack::next |
ptr to next formal parameter
Referenced by switch().
constTypePtr formalparamstack::type |
type of formal parameter
Referenced by switch().