Decaf Compiler
|
AST parameter (used in function declarations) More...
#include <ast.h>
Public Attributes | |
char | name [256] |
Parameter formal name. | |
DecafType | type |
Parameter type. | |
struct Parameter * | next |
Pointer to next parameter (if in a list) | |
AST parameter (used in function declarations)