Home
last modified time | relevance | path

Searched refs:VOCAB_FILE_EXTENSION (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
DTool.java570 … 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()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java2349 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()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DCodeGenerator.java148 public static final String VOCAB_FILE_EXTENSION = ".tokens"; field in CodeGenerator
1257 return grammar.name+VOCAB_FILE_EXTENSION; in getVocabFileName()