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

AST return statement structure. More...

#include <ast.h>

Public Attributes

struct ASTNodevalue
 Return value (can be NULL for void returns)
 

Detailed Description

AST return statement structure.

value can be NULL for return statements with no value (i.e., in void functions).


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