| Package | Description |
|---|---|
| com.google.template.soy.html.passes | |
| com.google.template.soy.incrementaldomsrc | |
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.passes | |
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HtmlTransformVisitor.visitCallNode(CallNode node)
Visits a
CallNode - makes sure that the node does not occur in an invalid location. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenIncrementalDomCodeVisitor.visitCallNode(CallNode node) |
| Modifier and Type | Method and Description |
|---|---|
JsExpr |
GenCallCodeUtils.genCallExpr(CallNode callNode,
Deque<Map<String,JsExpr>> localVarTranslations,
TemplateAliases templateAliases,
ErrorReporter errorReporter)
Generates the JS expression for a given call.
|
JsExpr |
GenCallCodeUtils.genObjToPass(CallNode callNode,
Deque<Map<String,JsExpr>> localVarTranslations,
TemplateAliases templateAliases,
ErrorReporter errorReporter)
Generates the JS expression for the object to pass in a given call.
|
protected Boolean |
IsComputableAsJsExprsVisitor.visitCallNode(CallNode node) |
protected void |
GenJsExprsVisitor.visitCallNode(CallNode node)
Example:
|
protected void |
GenJsCodeVisitor.visitCallNode(CallNode node)
Example:
|
protected Boolean |
CanInitOutputVarVisitor.visitCallNode(CallNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VerifyPhnameAttrOnlyOnPlaceholdersVisitor.visitCallNode(CallNode node) |
protected void |
ChangeCallsToPassAllDataVisitor.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<SanitizedContent.ContentKind> |
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.
|