Searched refs:t002lexer (Results 1 – 9 of 9) sorted by relevance
17 static t002lexer *lxr;40 lxr = new t002lexer(input); in testValid()67 lxr = new t002lexer(input); in testIteratorInterface()95 lxr = new t002lexer(input); in testMalformedInput()
16 class t002lexer;51 typedef antlr3::Traits<t002lexer, NoParser, UserTraits> t002lexerTraits;
1 lexer grammar t002lexer;
34 t002: t002.cpp t002lexer.tokens UserTestTraits.hpp Makefile $(ANTLR) $(RUNTIME_HEADERS)
5 class t002lexer(testbase.ANTLRTest): class