| Package | Description |
|---|---|
| com.google.template.soy.passes |
| Modifier and Type | Method and Description |
|---|---|
FindIjParamsVisitor.IjParamsInfo |
FindIjParamsVisitor.exec(TemplateNode rootTemplate)
Computes injected params info for a template.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<TemplateNode,FindIjParamsVisitor.IjParamsInfo> |
FindIjParamsVisitor.execOnAllTemplates(SoyFileSetNode soyTree)
Precomputes injected params info for all templates.
|