| Package | Description |
|---|---|
| com.google.template.soy.types |
Classes that represent Soy parameter type declarations.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SoyTypes.SoyTypeArithmeticOperator
Type resolver for all arithmetic operators (except plus operator).
|
static class |
SoyTypes.SoyTypeComparisonOp
Type resolver for For <, >, <=, and >= operators.
|
static class |
SoyTypes.SoyTypeEqualComparisonOp
Type resolver for equal (==) and not equal (!=) operators.
|
static class |
SoyTypes.SoyTypePlusOperator
Type resolver for plus operators.
|
| Modifier and Type | Method and Description |
|---|---|
static SoyType |
SoyTypes.getSoyTypeForBinaryOperator(SoyType t0,
SoyType t1,
SoyTypes.SoyTypeBinaryOperator operator)
Returns the
SoyType that should be the result of a binary operator. |