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

AST function call expression structure. More...

#include <ast.h>

Public Attributes

char name [256]
 Function name.
 
struct NodeListarguments
 List of actual parameters/arguments.
 

Detailed Description

AST function call expression structure.


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