X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FITPushLexer.hh;fp=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FITPushLexer.hh;h=5b5ace3513b464095b37315eb2b8f49f66f7f7d5;hb=98e5817ce4fa424fb3181d90d327935c1b100ec4;hp=0000000000000000000000000000000000000000;hpb=3aa99304d95d768fc1d95c23e7fa3d1df09defa2;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/ITPushLexer.hh b/helm/DEVEL/mathml_editor/src/ITPushLexer.hh new file mode 100644 index 000000000..5b5ace351 --- /dev/null +++ b/helm/DEVEL/mathml_editor/src/ITPushLexer.hh @@ -0,0 +1,20 @@ + +#ifndef __ITPushLexer_hh__ +#define __ITPushLexer_hh__ + +#include + +#include "TPushLexer.hh" + +class ITPushLexer : public TPushLexer +{ +public: + ITPushLexer(class ALogger&, class APushParser&, class TDictionary&); + ~ITPushLexer(void) { }; + + virtual bool complete(void); +private: + class TDictionary& dictionary; +}; + +#endif