/* * ASTStatement.cpp * * Created on: Nov 4, 2012 * Author: attero */ #include "ASTStatement.h" ASTStatement::ASTStatement() { // TODO Auto-generated constructor stub } ASTStatement::~ASTStatement() { // TODO Auto-generated destructor stub }