| Package | Description |
|---|---|
| com.google.template.soy.sharedpasses |
Compiler passes shared between multiple backends or between frontend and backend.
|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BuildAllDependeesMapVisitor.visitLetNode(LetNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
LetContentNode
Node representing a 'let' statement with content.
|
class |
LetValueNode
Node representing a 'let' statement with a value expression.
|
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitLetNode(LetNode node) |
protected void |
AbstractSoyNodeVisitor.visitLetNode(LetNode node) |
| Constructor and Description |
|---|
LetNode(LetNode orig)
Copy constructor.
|