Zen
A cross-platform functional programming language
|
AST Node representing a default case label. More...
#include <Ast.hpp>
Public Member Functions | |
DefaultLabel (const Ast::StatementList &list) | |
Default constructor. |
AST Node representing a default case label.
DefaultLabel | ( | const Ast::StatementList & | list | ) | [inline] |
Default constructor.
list | Statement list to execute for this case label |