Searched refs:vocabName (Results 1 – 2 of 2) sorted by relevance
567 String vocabName = grammar.getTokenVocab(); in sortGrammarFiles() local570 … if ( vocabName!=null ) g.addEdge(gfile, vocabName+CodeGenerator.VOCAB_FILE_EXTENSION); in sortGrammarFiles()1004 public File getImportedVocabFile(String vocabName) { in getImportedVocabFile() argument1008 vocabName + in getImportedVocabFile()1020 f = new File(getOutputDirectory(), vocabName + CodeGenerator.VOCAB_FILE_EXTENSION); in getImportedVocabFile()1023 f = new File(vocabName + CodeGenerator.VOCAB_FILE_EXTENSION); in getImportedVocabFile()
2313 String vocabName) in importTokenVocabulary() argument2323 File fullFile = tool.getImportedVocabFile(vocabName); in importTokenVocabulary()2349 vocabName+CodeGenerator.VOCAB_FILE_EXTENSION, in importTokenVocabulary()2358 vocabName+CodeGenerator.VOCAB_FILE_EXTENSION, in importTokenVocabulary()2367 vocabName+CodeGenerator.VOCAB_FILE_EXTENSION, in importTokenVocabulary()2381 vocabName+CodeGenerator.VOCAB_FILE_EXTENSION, in importTokenVocabulary()