#include "ASTTransformation.h" ASTTransformation::ASTTransformation() { // } ASTTransformation::~ASTTransformation() { // } NodeTree* ASTTransformation::transform(NodeTree* from) { return NULL; }