My Project
|
#include <ast_getter.h>
Data Fields | |
const char * | name |
FILE * | f |
SymTable * | st |
PPArg * | ppa |
CommentList ** | comments |
bool | fmt |
Definition at line 21 of file ast_getter.h.
CommentList** AstGetter_::comments |
Definition at line 26 of file ast_getter.h.
FILE* AstGetter_::f |
Definition at line 23 of file ast_getter.h.
bool AstGetter_::fmt |
Definition at line 27 of file ast_getter.h.
const char* AstGetter_::name |
Definition at line 22 of file ast_getter.h.
PPArg* AstGetter_::ppa |
Definition at line 25 of file ast_getter.h.
SymTable* AstGetter_::st |
Definition at line 24 of file ast_getter.h.