MysoreScript
Public Attributes | List of all members
AST::ArgList Struct Reference

Argument list for a call expression. More...

#include <ast.hh>

Inheritance diagram for AST::ArgList:
Inheritance graph
[legend]
Collaboration diagram for AST::ArgList:
Collaboration graph
[legend]

Public Attributes

ASTList< Expressionarguments
 The expressions that will be evaluated to give the arguments to the called function. More...
 

Detailed Description

Argument list for a call expression.

This exists for the same reason as ParamList.

Definition at line 639 of file ast.hh.

Member Data Documentation

§ arguments

ASTList<Expression> AST::ArgList::arguments

The expressions that will be evaluated to give the arguments to the called function.

Definition at line 645 of file ast.hh.


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