transitiveParamMap.put(param.key, new SoyDocParam(param.key, param.isRequired, null));
}
}
// Get info on injected params.
IjParamsInfo ijParamsInfo = (new FindIjParamsVisitor(templateRegistry)).exec(node);
String upperUnderscoreName =
convertToUpperUnderscore(node.getPartialTemplateName().substring(1));
String templateInfoClassName =
CaseFormat.UPPER_UNDERSCORE.to(CaseFormat.UPPER_CAMEL, upperUnderscoreName) +