| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<AliasDeclaration> |
TemplateNode.SoyFileHeaderInfo.aliasDeclarations
Map from aliases to namespaces for this file.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<AliasDeclaration> |
SoyFileNode.getAliasDeclarations()
Returns the syntactic alias directives in the file.
|
| Constructor and Description |
|---|
TemplateNode.SoyFileHeaderInfo(ErrorReporter errorReporter,
String delpackageName,
NamespaceDeclaration namespaceDeclaration,
Collection<AliasDeclaration> aliases) |