| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Field and Description |
|---|---|
static NamespaceDeclaration |
NamespaceDeclaration.NULL |
| Constructor and Description |
|---|
SoyFileNode(int id,
String filePath,
SoyFileKind soyFileKind,
NamespaceDeclaration namespaceDeclaration,
TemplateNode.SoyFileHeaderInfo headerInfo) |
TemplateNode.SoyFileHeaderInfo(ErrorReporter errorReporter,
String delpackageName,
NamespaceDeclaration namespaceDeclaration,
Collection<AliasDeclaration> aliases) |