Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
DTool.java567 String vocabName = grammar.getTokenVocab(); in sortGrammarFiles() local
570 … if ( vocabName!=null ) g.addEdge(gfile, vocabName+CodeGenerator.VOCAB_FILE_EXTENSION); in sortGrammarFiles()
1004 public File getImportedVocabFile(String vocabName) { in getImportedVocabFile() argument
1008 vocabName + 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.java2313 String vocabName) in importTokenVocabulary() argument
2323 File fullFile = tool.getImportedVocabFile(vocabName); in importTokenVocabulary()
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()