#include <cc_symtab.h>
Public Attributes | |
_object * | universe |
_object * | topScope |
_object * | guard |
_type * | boolType |
_type * | intType |
_type * | charType |
_type * | charPtrType |
_type * | charPtrPtrType |
_type * | voidType |
_type * | voidPtrType |
|
predefined enumeration boolean |
|
predefined type char** |
|
predefined type char* |
|
predefined type char |
|
universe and topScope end with guard |
|
predefined type int |
|
pointer to the top scope |
|
pointer to the root of the symbol table |
|
predefined type void* |
|
predefined type void |