![]() |
Zen
A cross-platform functional programming language
|
AST Node representing a window block. More...
#include <Ast.hpp>
Public Member Functions | |
| WindowBlock (const VariableRefList &refList, const Ast::FunctionBlock &functionBlock) | |
| Default constructor. | |
| const FunctionBlock & | getFunctionBlock () const |
| Returns a reference to the function block for this window. | |
Private Attributes | |
| const Ast::FunctionBlock & | _functionBlock |
| The function block. | |
AST Node representing a window block.
| WindowBlock | ( | const VariableRefList & | refList, |
| const Ast::FunctionBlock & | functionBlock | ||
| ) | [inline] |
Default constructor.
| refList | The list of external variables referenced by this block |
| functionBlock | The function block for this window |
| const FunctionBlock& getFunctionBlock | ( | ) | const [inline] |
Returns a reference to the function block for this window.