| Package | Description |
|---|---|
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitCallParamNode(CallParamNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
CallParamContentNode
Node representing a 'param' with content.
|
class |
CallParamValueNode
Node representing a 'param' with a value expression.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitCallParamNode(CallParamNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitCallParamNode(CallParamNode node) |
| Constructor and Description |
|---|
CallParamNode(CallParamNode orig,
CopyState copyState)
Copy constructor.
|