diff options
Diffstat (limited to 'Sencha-lang/ASTInspector.cpp')
-rw-r--r-- | Sencha-lang/ASTInspector.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Sencha-lang/ASTInspector.cpp b/Sencha-lang/ASTInspector.cpp new file mode 100644 index 0000000..de4edbe --- /dev/null +++ b/Sencha-lang/ASTInspector.cpp @@ -0,0 +1,18 @@ +/* + * ASTInspector.cpp + * + * Created on: Dec 17, 2012 + * Author: att + */ + +#include "ASTInspector.h" + +ASTInspector::ASTInspector() { + // TODO Auto-generated constructor stub + +} + +ASTInspector::~ASTInspector() { + // TODO Auto-generated destructor stub +} + |