Zen
A cross-platform functional programming language
|
AST Node representing an empty statement. More...
#include <Ast.hpp>
Public Member Functions | |
EmptyStatement () | |
Default constructor. | |
Private Member Functions | |
virtual void | visit (Statement::Visitor &visitor) const |
Abstract visitor function. |
AST Node representing an empty statement.
An empty statement is a line with nothing more than a semi-colon in it.
void visit | ( | Statement::Visitor & | visitor | ) | const [private, virtual] |