2 #ifndef __ITPushLexer_hh__
3 #define __ITPushLexer_hh__
7 #include "TPushLexer.hh"
9 class ITPushLexer : public TPushLexer
12 ITPushLexer(class ALogger&, class APushParser&, class TDictionary&);
13 ~ITPushLexer(void) { };
15 virtual bool complete(void);
17 class TDictionary& dictionary;