summaryrefslogtreecommitdiffstats
path: root/poxml/GettextLexer.hpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-16 17:43:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-16 22:23:19 +0900
commit7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd (patch)
treef7e3d4f8731326ee1ee3fdeae370e7528a89c652 /poxml/GettextLexer.hpp
parentd24f40d9befa84da067a756437c70e20461b511b (diff)
downloadtdesdk-7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd.tar.gz
tdesdk-7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'poxml/GettextLexer.hpp')
-rw-r--r--poxml/GettextLexer.hpp47
1 files changed, 0 insertions, 47 deletions
diff --git a/poxml/GettextLexer.hpp b/poxml/GettextLexer.hpp
deleted file mode 100644
index 951ad423..00000000
--- a/poxml/GettextLexer.hpp
+++ /dev/null
@@ -1,47 +0,0 @@
-#ifndef INC_GettextLexer_hpp_
-#define INC_GettextLexer_hpp_
-
-#line 2 "gettext.g"
-
-#include <string>
-using namespace std;
-#include "parser.h"
-
-#line 11 "GettextLexer.hpp"
-#include "antlr/config.hpp"
-/* $ANTLR 2.7.1: "gettext.g" -> "GettextLexer.hpp"$ */
-#include "antlr/CommonToken.hpp"
-#include "antlr/InputBuffer.hpp"
-#include "antlr/BitSet.hpp"
-#include "GettextParserTokenTypes.hpp"
-#include "antlr/CharScanner.hpp"
-class GettextLexer : public ANTLR_USE_NAMESPACE(antlr)CharScanner, public GettextParserTokenTypes
- {
-#line 1 "gettext.g"
-#line 22 "GettextLexer.hpp"
-private:
- void initLiterals();
-public:
- bool getCaseSensitiveLiterals() const;
-public:
- GettextLexer(ANTLR_USE_NAMESPACE(std)istream& in);
- GettextLexer(ANTLR_USE_NAMESPACE(antlr)InputBuffer& ib);
- GettextLexer(const ANTLR_USE_NAMESPACE(antlr)LexerSharedInputState& state);
- ANTLR_USE_NAMESPACE(antlr)RefToken nextToken();
- public: void mWS(bool _createToken);
- public: void mL_BRACKET(bool _createToken);
- public: void mR_BRACKET(bool _createToken);
- public: void mT_INT(bool _createToken);
- public: void mT_COMMENT(bool _createToken);
- public: void mMSG_TAG(bool _createToken);
- public: void mT_STRING(bool _createToken);
- protected: void mESC(bool _createToken);
-private:
-
- static const unsigned long _tokenSet_0_data_[];
- static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_0;
- static const unsigned long _tokenSet_1_data_[];
- static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_1;
-};
-
-#endif /*INC_GettextLexer_hpp_*/