| 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 |
|---|---|
MapLiteralNode |
MapLiteralNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningExprNodeVisitor.visitMapLiteralNode(MapLiteralNode node) |
protected void |
AbstractExprNodeVisitor.visitMapLiteralNode(MapLiteralNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected JsExpr |
TranslateToJsExprVisitor.visitMapLiteralNode(MapLiteralNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected PyExpr |
TranslateToPyExprVisitor.visitMapLiteralNode(MapLiteralNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected SoyValue |
EvalVisitor.visitMapLiteralNode(MapLiteralNode node) |