X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FAPushParser.hh;fp=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FAPushParser.hh;h=c2978106c275681372ca79dd776ac679ea4392a2;hp=0000000000000000000000000000000000000000;hb=89262281b6e83bd2321150f81f1a0583645eb0c8;hpb=b1fb6b8e1767d775bc452303629e95941d142bea 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__