| Package | Description |
|---|---|
| com.google.template.soy.sharedpasses |
Compiler passes shared between multiple backends or between frontend and backend.
|
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResolveExpressionTypesVisitor.visitLetValueNode(LetValueNode node) |
protected void |
ResolveNamesVisitor.visitLetValueNode(LetValueNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitLetValueNode(LetValueNode node) |
| Modifier and Type | Field and Description |
|---|---|
static LetValueNode |
LetValueNode.Builder.ERROR |
| Modifier and Type | Method and Description |
|---|---|
LetValueNode |
LetValueNode.Builder.build(ErrorReporter errorReporter)
Returns a new
LetValueNode built from the builder's state. |
LetValueNode |
LetValueNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitLetValueNode(LetValueNode node) |
protected void |
AbstractSoyNodeVisitor.visitLetValueNode(LetValueNode node) |