Searched refs:t004lexer (Results 1 – 9 of 9) sorted by relevance
16 static t004lexer *lxr;48 lxr = new t004lexer(input); in testValid()88 lxr = new t004lexer(input); in testMalformedInput()
18 class t004lexer;53 typedef antlr3::Traits<t004lexer, NoParser, UserTraits> t004lexerTraits;
1 lexer grammar t004lexer;
40 t004: t004.cpp t004lexer.tokens UserTestTraits.hpp Makefile $(ANTLR) $(RUNTIME_HEADERS)
5 class t004lexer(testbase.ANTLRTest): class