X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=testcpp%2F2%2FMyLexer.h;fp=testcpp%2F2%2FMyLexer.h;h=d0083284d9227a38efcd5dcaf669062c79a24e9d;hb=7dc4b5173253b04501bd18a7d1b2e039feec057f;hp=0000000000000000000000000000000000000000;hpb=80f912c4195cbf40c0dbaef69daa78c33ec8244a;p=pccts diff --git a/testcpp/2/MyLexer.h b/testcpp/2/MyLexer.h new file mode 100755 index 0000000..d008328 --- /dev/null +++ b/testcpp/2/MyLexer.h @@ -0,0 +1,11 @@ +/* MyTokenBuffer.h */ + +#include ATOKENBUFFER_H + +class MyLexer : public ANTLRTokenStream { +private: + int c; +public: + MyLexer(); + virtual ANTLRAbstractToken *getToken(); +};