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