Zen
A cross-platform functional programming language

DefaultLabel Class Reference

AST Node representing a default case label. More...

#include <Ast.hpp>

Inheritance diagram for DefaultLabel:
SwitchLabel Node

List of all members.

Public Member Functions

 DefaultLabel (const Ast::StatementList &list)
 Default constructor.

Detailed Description

AST Node representing a default case label.


Constructor & Destructor Documentation

DefaultLabel ( const Ast::StatementList list) [inline]

Default constructor.

Parameters:
listStatement list to execute for this case label

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