Searched refs:VOCAB_FILE_EXTENSION (Results 1 – 3 of 3) sorted by relevance
589 … if ( vocabName!=null ) g.addEdge(gfile, vocabName+CodeGenerator.VOCAB_FILE_EXTENSION); in sortGrammarFiles()591 g.addEdge(grammarName+CodeGenerator.VOCAB_FILE_EXTENSION, gfile); in sortGrammarFiles()873 if (fileName.endsWith(CodeGenerator.VOCAB_FILE_EXTENSION)) { in getOutputFile()1026 CodeGenerator.VOCAB_FILE_EXTENSION); 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()
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()
148 public static final String VOCAB_FILE_EXTENSION = ".tokens"; field in CodeGenerator1287 return grammar.name+VOCAB_FILE_EXTENSION; in getVocabFileName()