sencha-lang/Sencha-lang/AST/PostfixExpression.cpp

19 lines
290 B
C++

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