| Package | Description |
|---|---|
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.parsepasses |
Compiler passes used in parsing.
|
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.sharedpasses |
Compiler passes shared between multiple backends or between frontend and backend.
|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenJsExprsVisitor.visitCallNode(CallNode node)
Example:
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CheckCallsVisitor.visitCallNode(CallNode node) |
protected void |
ChangeCallsToPassAllDataVisitor.visitCallNode(CallNode node) |
protected void |
VerifyPhnameAttrOnlyOnPlaceholdersVisitor.visitCallNode(CallNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenPyExprsVisitor.visitCallNode(CallNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CheckTemplateVisibility.visitCallNode(CallNode node) |
protected void |
CheckSoyDocVisitor.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 |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitCallNode(CallNode node) |
protected void |
AbstractSoyNodeVisitor.visitCallNode(CallNode node) |
| Constructor and Description |
|---|
CallNode(CallNode orig)
Copy constructor.
|