Searched refs:lexerGrammarFileName (Results 1 – 1 of 1) sorted by relevance
429 String lexerGrammarFileName; // necessary at this scope to have access in the catch below in process() local511 lexerGrammarFileName = rootGrammar.getImplicitlyGeneratedLexerFileName(); in process()513 Writer w = getOutputFile(rootGrammar, lexerGrammarFileName); in process()530 new File(getFileDirectory(lexerGrammarFileName), lexerGrammarFileName); in process()548 File outputDir = getOutputDirectory(lexerGrammarFileName); in process()549 File outputFile = new File(outputDir, lexerGrammarFileName); in process()