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

AST function structure. More...

#include <ast.h>

Public Attributes

char name [256]
 Function name.
 
DecafType return_type
 Function return type.
 
ParameterListparameters
 List of formal parameters.
 
struct ASTNodebody
 Function body block.
 

Detailed Description

AST function structure.


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