| Package | Description |
|---|---|
| com.google.template.soy.parsepasses |
Compiler passes used in parsing.
|
| com.google.template.soy.sharedpasses |
Compiler passes shared between multiple backends or between frontend and backend.
|
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SetDefaultForDelcallAllowsEmptyDefaultVisitor.visitCallDelegateNode(CallDelegateNode node) |
protected void |
CheckDelegatesVisitor.visitCallDelegateNode(CallDelegateNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FindIndirectParamsVisitor.visitCallDelegateNode(CallDelegateNode node) |
protected void |
FindTransitiveDepTemplatesVisitor.visitCallDelegateNode(CallDelegateNode node) |
protected void |
CheckCallingParamTypesVisitor.visitCallDelegateNode(CallDelegateNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitCallDelegateNode(CallDelegateNode node) |
| Modifier and Type | Field and Description |
|---|---|
static CallDelegateNode |
CallDelegateNode.Builder.ERROR |
| Modifier and Type | Method and Description |
|---|---|
CallDelegateNode |
CallDelegateNode.Builder.build(ErrorReporter errorReporter) |
CallDelegateNode |
CallDelegateNode.Builder.buildAndThrowIfInvalid() |
CallDelegateNode |
CallDelegateNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitCallDelegateNode(CallDelegateNode node) |
protected void |
AbstractSoyNodeVisitor.visitCallDelegateNode(CallDelegateNode node) |