Searched refs:vocabName (Results 1 – 2 of 2) sorted by relevance
586 String vocabName = grammar.getTokenVocab(); in sortGrammarFiles() local589 … if ( vocabName!=null ) g.addEdge(gfile, vocabName+CodeGenerator.VOCAB_FILE_EXTENSION); in sortGrammarFiles()1021 public File getImportedVocabFile(String vocabName) { in getImportedVocabFile() argument1025 vocabName + in getImportedVocabFile()1037 f = new File(getOutputDirectory(), vocabName + CodeGenerator.VOCAB_FILE_EXTENSION); in getImportedVocabFile()1040 f = new File(vocabName + CodeGenerator.VOCAB_FILE_EXTENSION); in getImportedVocabFile()
2357 String vocabName) in importTokenVocabulary() argument2367 File fullFile = tool.getImportedVocabFile(vocabName); in importTokenVocabulary()2393 vocabName+CodeGenerator.VOCAB_FILE_EXTENSION, in importTokenVocabulary()2402 vocabName+CodeGenerator.VOCAB_FILE_EXTENSION, in importTokenVocabulary()2411 vocabName+CodeGenerator.VOCAB_FILE_EXTENSION, in importTokenVocabulary()2425 vocabName+CodeGenerator.VOCAB_FILE_EXTENSION, in importTokenVocabulary()