| Package | Description |
|---|---|
| com.google.template.soy.jssrc.internal | |
| 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.pysrc.internal | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenJsExprsVisitor.visitCallParamContentNode(CallParamContentNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CheckEscapingSanityVisitor.visitCallParamContentNode(CallParamContentNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenPyExprsVisitor.visitCallParamContentNode(CallParamContentNode node) |
| Modifier and Type | Field and Description |
|---|---|
static CallParamContentNode |
CallParamContentNode.Builder.ERROR |
| Modifier and Type | Method and Description |
|---|---|
CallParamContentNode |
CallParamContentNode.Builder.build(ErrorReporter errorReporter) |
CallParamContentNode |
CallParamContentNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitCallParamContentNode(CallParamContentNode node) |
protected void |
AbstractSoyNodeVisitor.visitCallParamContentNode(CallParamContentNode node) |