Searched refs:lexerPath (Results 1 – 3 of 3) sorted by relevance
31 hasPackage,packagePath,lexerPath,parserPath,treeParserPath,isTreeGrammar) ::= <<41 this.lexerPath = "<lexerPath>";
135 String lexerPath = null; in genClassHeader() local145 lexerPath = grammarInfo.getGrammarPackage()+"."+lexerName; in genClassHeader()153 lexerPath = lexerName; in genClassHeader()171 classHeaderST.setAttribute("lexerPath", lexerPath); in genClassHeader()
46 public String lexerPath; field in gUnitBaseTest78 lexer = Class.forName(lexerPath).asSubclass(Lexer.class); in execLexer()170 lexer = Class.forName(lexerPath).asSubclass(Lexer.class); in execParser()310 lexer = Class.forName(lexerPath).asSubclass(Lexer.class); in execTreeParser()