| Package | Description |
|---|---|
| com.google.template.soy.parsepasses.contextautoesc |
A pass that modifies a SoyFile to add escape directives where necessary based on a contextual
examination of template
print commands. |
| 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 |
CheckEscapingSanityVisitor.visitLetContentNode(LetContentNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResolveExpressionTypesVisitor.visitLetContentNode(LetContentNode node) |
protected void |
ResolveNamesVisitor.visitLetContentNode(LetContentNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitLetContentNode(LetContentNode node) |
| Modifier and Type | Field and Description |
|---|---|
static LetContentNode |
LetContentNode.Builder.ERROR |
| Modifier and Type | Method and Description |
|---|---|
LetContentNode |
LetContentNode.Builder.build(ErrorReporter errorReporter)
Returns a new
LetContentNode built from the builder's state. |
LetContentNode |
LetContentNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitLetContentNode(LetContentNode node) |
protected void |
AbstractSoyNodeVisitor.visitLetContentNode(LetContentNode node) |