Searched refs:t005lexer (Results 1 – 9 of 9) sorted by relevance
17 static t005lexer *lxr;51 lxr = new t005lexer(input); in testValid()91 lxr = new t005lexer(input); in testMalformedInput1()116 lxr = new t005lexer(input); in testMalformedInput2()
19 class t005lexer;54 typedef antlr3::Traits<t005lexer, NoParser, UserTraits> t005lexerTraits;
1 lexer grammar t005lexer;
43 t005: t005.cpp t005lexer.tokens UserTestTraits.hpp Makefile $(ANTLR) $(RUNTIME_HEADERS)
5 class t005lexer(testbase.ANTLRTest): class