| Package | Description |
|---|---|
| com.google.template.soy.exprtree |
Expression parse tree.
|
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.sharedpasses.render |
| Modifier and Type | Method and Description |
|---|---|
ListLiteralNode |
ListLiteralNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningExprNodeVisitor.visitListLiteralNode(ListLiteralNode node) |
protected void |
AbstractExprNodeVisitor.visitListLiteralNode(ListLiteralNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected JsExpr |
TranslateToJsExprVisitor.visitListLiteralNode(ListLiteralNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected PyExpr |
TranslateToPyExprVisitor.visitListLiteralNode(ListLiteralNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected SoyValue |
EvalVisitor.visitListLiteralNode(ListLiteralNode node) |