| Package | Description |
|---|---|
| com.google.template.soy.internal.targetexpr |
Target expression generation utilities.
|
| com.google.template.soy.jssrc.restricted | |
| com.google.template.soy.pysrc.restricted | |
| com.google.template.soy.shared.internal |
| Modifier and Type | Method and Description |
|---|---|
static String |
ExprUtils.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.
|
| 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 | Class and Description |
|---|---|
class |
CodeBuilder<E extends TargetExpr>
A class for building code.
|