| Package | Description |
|---|---|
| com.google.template.soy.incrementaldomsrc | |
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenIncrementalDomCodeVisitor.visitCallParamContentNode(CallParamContentNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected CodeChunk.WithValue |
GenCallCodeUtils.maybeWrapContent(CodeChunk.Generator generator,
CallParamContentNode node,
CodeChunk.WithValue content)
If the param node had a content kind specified, it was autoescaped in the
corresponding context.
|
protected void |
GenJsExprsVisitor.visitCallParamContentNode(CallParamContentNode node) |
protected void |
GenJsCodeVisitor.visitCallParamContentNode(CallParamContentNode node) |
protected Boolean |
IsComputableAsJsExprsVisitor.visitCallParamContentNode(CallParamContentNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenPyExprsVisitor.visitCallParamContentNode(CallParamContentNode node) |
| Modifier and Type | Method and Description |
|---|---|
CallParamContentNode |
CallParamContentNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitCallParamContentNode(CallParamContentNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitCallParamContentNode(CallParamContentNode node) |