| 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 void |
AbstractExprNodeVisitor.visitListLiteralNode(ListLiteralNode node) |
protected R |
AbstractReturningExprNodeVisitor.visitListLiteralNode(ListLiteralNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected CodeChunk.WithValue |
TranslateExprNodeVisitor.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) |