| Package | Description |
|---|---|
| com.google.template.soy.jssrc.restricted | |
| com.google.template.soy.pysrc.restricted |
| Modifier and Type | Class and Description |
|---|---|
class |
JsExpr
Value class to represent a JS expression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PyExpr
Value class to represent a Python expression.
|
class |
PyListExpr
Value class to represent a Python List expression.
|
class |
PyStringExpr
Value class to represent a Python String expression.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PyExprUtils.genExprWithNewToken(Operator op,
List<? extends TargetExpr> operandExprs,
String newToken)
Generates an expression for the given operator and operands assuming that the expression for
the operator uses the same syntax format as the Soy operator, with the exception that the of a
different token.
|