Zen
A cross-platform functional programming language
|
Abstract base class for AST Node representing a dictionary value. More...
#include <Ast.hpp>
Public Member Functions | |
const DictList & | getList () const |
Returns the list of initialization values for the dictionary. | |
Protected Member Functions | |
DictExprBase (const QualifiedType &type, const DictList &list) | |
Default constructor. | |
Private Attributes | |
const DictList & | _list |
The initialization list. |
Abstract base class for AST Node representing a dictionary value.
DictExprBase | ( | const QualifiedType & | type, |
const DictList & | list | ||
) | [inline, protected] |
Default constructor.
type | Expression type |
list | The initialization parameters |
const DictList& getList | ( | ) | const [inline] |
Returns the list of initialization values for the dictionary.