Home
last modified time | relevance | path

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

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