Zen
A cross-platform functional programming language

ParamVariableDef Class Reference

The AST Node that represents a function parameter. More...

#include <Ast.hpp>

Inheritance diagram for ParamVariableDef:
ExprVariableDef VariableDef Node

List of all members.

Public Member Functions

 ParamVariableDef (const Ast::QualifiedType &type, const z::string &name, const Ast::Expr &expr)
 Default constructor.

Detailed Description

The AST Node that represents a function parameter.


Constructor & Destructor Documentation

ParamVariableDef ( const Ast::QualifiedType type,
const z::string name,
const Ast::Expr expr 
) [inline]

Default constructor.

Parameters:
typeThe type of the variable being defined.
nameThe name of the variable being defined.
exprAST node holding the default value of the variable being defined.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines