summaryrefslogtreecommitdiffstats
path: root/poxml/GettextLexer.h
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:24:09 +0900
commit5d7651f93ab9000d6707ae9e541cbc6b3d190724 (patch)
treeece4a4cca10c3ca4308cad42f3f4cfcec9f28f96 /poxml/GettextLexer.h
parentd23e53cb249d662bba818b47b62a8bb65e4a7d23 (diff)
downloadtdesdk-5d7651f93ab9000d6707ae9e541cbc6b3d190724.tar.gz
tdesdk-5d7651f93ab9000d6707ae9e541cbc6b3d190724.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd)
Diffstat (limited to 'poxml/GettextLexer.h')
-rw-r--r--poxml/GettextLexer.h47
1 files changed, 47 insertions, 0 deletions
diff --git a/poxml/GettextLexer.h b/poxml/GettextLexer.h
new file mode 100644
index 00000000..22634ddc
--- /dev/null
+++ b/poxml/GettextLexer.h
@@ -0,0 +1,47 @@
+#ifndef INC_GettextLexer_hpp_
+#define INC_GettextLexer_hpp_
+
+#line 2 "gettext.g"
+
+#include <string>
+using namespace std;
+#include "parser.h"
+
+#line 11 "GettextLexer.h"
+#include "antlr/config.h"
+/* $ANTLR 2.7.1: "gettext.g" -> "GettextLexer.h"$ */
+#include "antlr/CommonToken.h"
+#include "antlr/InputBuffer.h"
+#include "antlr/BitSet.h"
+#include "GettextParserTokenTypes.h"
+#include "antlr/CharScanner.h"
+class GettextLexer : public ANTLR_USE_NAMESPACE(antlr)CharScanner, public GettextParserTokenTypes
+ {
+#line 1 "gettext.g"
+#line 22 "GettextLexer.h"
+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_*/