]> pd.if.org Git - pccts/blobdiff - testcpp/2/MyLexer.h
auto commit for import
[pccts] / testcpp / 2 / MyLexer.h
diff --git a/testcpp/2/MyLexer.h b/testcpp/2/MyLexer.h
new file mode 100755 (executable)
index 0000000..d008328
--- /dev/null
@@ -0,0 +1,11 @@
+/* MyTokenBuffer.h */
+
+#include ATOKENBUFFER_H
+
+class MyLexer : public ANTLRTokenStream {
+private:
+       int c;
+public:
+       MyLexer();
+       virtual ANTLRAbstractToken *getToken();
+};