| Package | Description |
|---|---|
| com.google.template.soy.exprtree |
Expression parse tree.
|
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.passes | |
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.sharedpasses.render |
| Modifier and Type | Method and Description |
|---|---|
FunctionNode |
FunctionNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningExprNodeVisitor.visitFunctionNode(FunctionNode node) |
protected void |
AbstractExprNodeVisitor.visitFunctionNode(FunctionNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected JsExpr |
TranslateToJsExprVisitor.visitFunctionNode(FunctionNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResolveFunctionsVisitor.visitFunctionNode(FunctionNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected PyExpr |
TranslateToPyExprVisitor.visitFunctionNode(FunctionNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected SoyValue |
EvalVisitor.computeFunctionHelper(SoyJavaFunction fn,
List<SoyValue> args,
FunctionNode fnNode)
Protected helper for
computeFunction. |
protected SoyValue |
EvalVisitor.visitFunctionNode(FunctionNode node) |