Home
last modified time | relevance | path

Searched refs:vocabName (Results 1 – 2 of 2) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/
DTool.java586 String vocabName = grammar.getTokenVocab(); in sortGrammarFiles() local
589 … if ( vocabName!=null ) g.addEdge(gfile, vocabName+CodeGenerator.VOCAB_FILE_EXTENSION); in sortGrammarFiles()
1021 public File getImportedVocabFile(String vocabName) { in getImportedVocabFile() argument
1025 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()
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammar.java2357 String vocabName) in importTokenVocabulary() argument
2367 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()