| 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.visitCallNode(CallNode node) |
| Modifier and Type | Method and Description |
|---|---|
CodeChunk.WithValue |
GenCallCodeUtils.gen(CallNode callNode,
TemplateAliases templateAliases,
TranslationContext translationContext,
ErrorReporter errorReporter)
Generates the JS expression for a given call.
|
protected void |
GenJsExprsVisitor.visitCallNode(CallNode node)
Example:
|
protected void |
GenJsCodeVisitor.visitCallNode(CallNode node)
Example:
|
protected Boolean |
CanInitOutputVarVisitor.visitCallNode(CallNode node) |
protected Boolean |
IsComputableAsJsExprsVisitor.visitCallNode(CallNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenPyExprsVisitor.visitCallNode(CallNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
CallBasicNode
Node representing a call to a basic template.
|
class |
CallDelegateNode
Node representing a call to a delegate template.
|
| Modifier and Type | Method and Description |
|---|---|
CallNode |
CallParamNode.getParent() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<SanitizedContentKind> |
TemplateRegistry.getCallContentKind(CallNode node)
Gets the content kind that a call results in.
|
protected void |
AbstractSoyNodeVisitor.visitCallNode(CallNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitCallNode(CallNode node) |
| Constructor and Description |
|---|
CallNode(CallNode orig,
CopyState copyState)
Copy constructor.
|