Decaf Compiler
Public Attributes | List of all members
Parameter Struct Reference

AST parameter (used in function declarations) More...

#include <ast.h>

Public Attributes

char name [256]
 Parameter formal name.
 
DecafType type
 Parameter type.
 
struct Parameternext
 Pointer to next parameter (if in a list)
 

Detailed Description

AST parameter (used in function declarations)


The documentation for this struct was generated from the following file: