Zen
A cross-platform functional programming language
|
The AST Node that represents a function parameter. More...
#include <Ast.hpp>
Public Member Functions | |
ParamVariableDef (const Ast::QualifiedType &type, const z::string &name, const Ast::Expr &expr) | |
Default constructor. |
The AST Node that represents a function parameter.
ParamVariableDef | ( | const Ast::QualifiedType & | type, |
const z::string & | name, | ||
const Ast::Expr & | expr | ||
) | [inline] |
Default constructor.
type | The type of the variable being defined. |
name | The name of the variable being defined. |
expr | AST node holding the default value of the variable being defined. |