| Package | Description |
|---|---|
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.passes | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
IsComputableAsJsExprsVisitor.visitLetNode(LetNode node) |
| 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 void |
AbstractSoyNodeVisitor.visitLetNode(LetNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitLetNode(LetNode node) |
| Constructor and Description |
|---|
LetNode(LetNode orig,
CopyState copyState)
Copy constructor.
|