| Package | Description |
|---|---|
| com.google.template.soy.parseinfo |
Classes to represent parse info (see
SoyParseInfoGenerator). |
| Modifier and Type | Method and Description |
|---|---|
static SoyTemplateInfo.ParamRequisiteness |
SoyTemplateInfo.ParamRequisiteness.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoyTemplateInfo.ParamRequisiteness[] |
SoyTemplateInfo.ParamRequisiteness.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,SoyTemplateInfo.ParamRequisiteness> |
SoyTemplateInfo.getParams()
Returns a map from each param to whether it's required for this template.
|
| Constructor and Description |
|---|
SoyTemplateInfo(String name,
com.google.common.collect.ImmutableMap<String,SoyTemplateInfo.ParamRequisiteness> paramMap,
com.google.common.collect.ImmutableSortedSet<String> ijParamSet,
String autoescapeMode)
Constructor for internal use only, for the general case.
|