Zen
A cross-platform functional programming language
|
Abstract base class for AST Node representing various blocks. More...
#include <Ast.hpp>
Public Member Functions | |
BlockBase (const VariableRefList &refList) | |
Default constructor. | |
const VariableRefList & | getXRefList () const |
Returns a reference to the list of external variables refered by this block. | |
Private Attributes | |
const VariableRefList | _xRefList |
The list of external variables referenced by this block. |
Abstract base class for AST Node representing various blocks.
BlockBase | ( | const VariableRefList & | refList | ) | [inline, explicit] |
Default constructor.
refList | The list of external variables referenced by this block |
const VariableRefList& getXRefList | ( | ) | const [inline] |
Returns a reference to the list of external variables refered by this block.