See: Description
| Interface | Description |
|---|---|
| SoyObjectType |
Type representing an object.
|
| SoyType |
Interface for all classes that describe a data type in Soy.
|
| SoyTypeProvider |
Interface used to lookup information about an object type.
|
| SoyTypes.SoyTypeBinaryOperator |
A type resolver interface that can be passed into getSoyTypeForBinaryOperator method.
|
| Class | Description |
|---|---|
| SoyTypeRegistry |
Registry of types which can be looked up by name.
|
| SoyTypes |
Utility methods for operating on
SoyType instances. |
| SoyTypes.SoyTypeArithmeticOperator |
Type resolver for all arithmetic operators (except plus operator).
|
| SoyTypes.SoyTypeComparisonOp |
Type resolver for For <, >, <=, and >= operators.
|
| SoyTypes.SoyTypeEqualComparisonOp |
Type resolver for equal (==) and not equal (!=) operators.
|
| SoyTypes.SoyTypePlusOperator |
Type resolver for plus operators.
|
| Enum | Description |
|---|---|
| SoyType.Kind |
Enum that identifies the kind of type this is.
|