X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FAPushParser.hh;fp=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FAPushParser.hh;h=c2978106c275681372ca79dd776ac679ea4392a2;hb=30060cffed61b88fe53e4d6386b606050d6dfda0;hp=0000000000000000000000000000000000000000;hpb=e6927665462cbbace76cff1b17d4f8badcb44eda;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/APushParser.hh b/helm/DEVEL/mathml_editor/src/APushParser.hh new file mode 100644 index 000000000..c2978106c --- /dev/null +++ b/helm/DEVEL/mathml_editor/src/APushParser.hh @@ -0,0 +1,14 @@ + +#ifndef __APushParser_hh__ +#define __APushParser_hh__ + +class APushParser +{ +public: + APushParser(void) { }; + virtual ~APushParser() { }; + virtual void push(const TToken&) = 0; + virtual void setCursor(const std::string&) = 0; +}; + +#endif // __APushParser_hh__