| Package | Description |
|---|---|
| com.google.template.soy.jbcsrc.restricted | |
| com.google.template.soy.types |
Classes that represent Soy parameter type declarations.
|
| Modifier and Type | Method and Description |
|---|---|
static SoyExpression |
SoyExpression.forList(ListType listType,
Expression delegate) |
| Modifier and Type | Field and Description |
|---|---|
static ListType |
ListType.EMPTY_LIST |
| Modifier and Type | Method and Description |
|---|---|
ListType |
SoyTypeRegistry.getOrCreateListType(SoyType elementType)
Factory function which creates a list type, given an element type.
|
static ListType |
ListType.of(SoyType elementType) |