| Package | Description |
|---|---|
| com.google.template.soy.parseinfo |
Classes to represent parse info (see
SoyParseInfoGenerator). |
| Modifier and Type | Method and Description |
|---|---|
static SoyFileInfo.CssTagsPrefixPresence |
SoyFileInfo.CssTagsPrefixPresence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoyFileInfo.CssTagsPrefixPresence[] |
SoyFileInfo.CssTagsPrefixPresence.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,SoyFileInfo.CssTagsPrefixPresence> |
SoyFileInfo.getCssNames()
Returns a map from each CSS name appearing in this file to its CssTagsPrefixPresence state.
|
| Constructor and Description |
|---|
SoyFileInfo(String fileName,
String namespace,
com.google.common.collect.ImmutableList<SoyTemplateInfo> templates,
com.google.common.collect.ImmutableMap<String,SoyFileInfo.CssTagsPrefixPresence> cssNameMap,
com.google.common.collect.ImmutableList<String> deltemplateNames)
Constructor for internal use only.
|