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