Searched refs:langDir (Results 1 – 1 of 1) sorted by relevance
185 String langDir = classpathTemplateRootDirectoryName+"/"+language; in loadTemplates() local186 STGroup coreTemplates = new STGroupFile(langDir+"/"+language+".stg"); in loadTemplates()200 STGroup dbgTemplates = new STGroupFile(langDir+"/Dbg.stg"); in loadTemplates()203 STGroup astTemplates = new STGroupFile(langDir+"/AST.stg"); in loadTemplates()207 astParserTemplates = new STGroupFile(langDir+"/ASTTreeParser.stg"); in loadTemplates()211 astParserTemplates = new STGroupFile(langDir+"/ASTParser.stg"); in loadTemplates()214 STGroup astDbgTemplates = new STGroupFile(langDir+"/ASTDbg.stg"); in loadTemplates()222 STGroup astTemplates = new STGroupFile(langDir+"/AST.stg"); in loadTemplates()226 astParserTemplates = new STGroupFile(langDir+"/ASTTreeParser.stg"); in loadTemplates()230 astParserTemplates = new STGroupFile(langDir+"/ASTParser.stg"); in loadTemplates()[all …]