Zen
A cross-platform functional programming language

BlockBase Class Reference

Abstract base class for AST Node representing various blocks. More...

#include <Ast.hpp>

Inheritance diagram for BlockBase:
Node FunctionBlock GrammarBlock RoutineBlock WindowBlock

List of all members.

Public Member Functions

 BlockBase (const VariableRefList &refList)
 Default constructor.
const VariableRefListgetXRefList () 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.

Detailed Description

Abstract base class for AST Node representing various blocks.


Constructor & Destructor Documentation

BlockBase ( const VariableRefList refList) [inline, explicit]

Default constructor.

Parameters:
refListThe list of external variables referenced by this block

Member Function Documentation

const VariableRefList& getXRefList ( ) const [inline]

Returns a reference to the list of external variables refered by this block.

Returns:
The variable reference list.

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