| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceDeclaration |
SoyFileNode.getNamespaceDeclaration()
Returns the parsed namespace for the file.
|
| Constructor and Description |
|---|
SoyFileHeaderInfo(ErrorReporter errorReporter,
Identifier delpackageName,
NamespaceDeclaration namespaceDeclaration,
Collection<AliasDeclaration> aliases) |
SoyFileNode(int id,
String filePath,
SoyFileKind soyFileKind,
NamespaceDeclaration namespaceDeclaration,
TemplateNode.SoyFileHeaderInfo headerInfo) |