| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.restricted |
| Modifier and Type | Method and Description |
|---|---|
SoyListData |
SoyListData.getListData(int index)
Precondition: The specified index contains a SoyListData object.
|
| Modifier and Type | Method and Description |
|---|---|
SoyListData |
CollectionData.getListData(String keyStr)
Precondition: The specified key string is the path to a SoyListData object.
|