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

AST block structure. More...

#include <ast.h>

Public Attributes

struct NodeListvariables
 List of local variable declarations in the block.
 
struct NodeListstatements
 List of statements in the block.
 

Detailed Description

AST block structure.


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