Zen
A cross-platform functional programming language

Node Class Reference

Abstract base class for all Ast nodes. More...

#include <Ast.hpp>

Inheritance diagram for Node:
BlockBase Closure ClosureList DictItem EnumMemberDefList Expr ExprList GrammarLexer GrammarLexerList GrammarMember GrammarMemberList GrammarOption GrammarOptionList GrammarOptionValueList GrammarStatement GrammarStatementList GrammarToken GrammarTokenList ImplItem ImportStatement Invoker InvokerType LexerStatementList ListBase< ItemT > ListItem QualifiedType Scope Splice Statement StatementList StructDefList StructInitItem StructInitList SwitchLabel SwitchLabelList TypeSpec VariableDef VariableDefListBase VariableRefList ListBase< DictItem > ListBase< ListItem >

List of all members.

Public Member Functions

virtual ~Node ()
 Destructor for abstract base class.

Protected Member Functions

 Node ()
 Constructor for abstract base class.

Detailed Description

Abstract base class for all Ast nodes.


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