| Package | Description |
|---|---|
| com.google.template.soy.basicfunctions |
Plugin package for basic functions.
|
| com.google.template.soy.data.restricted |
| Modifier and Type | Method and Description |
|---|---|
static IntegerData |
BasicFunctionsRuntime.parseInt(String str) |
| Modifier and Type | Method and Description |
|---|---|
static List<IntegerData> |
BasicFunctionsRuntime.range(int end) |
static List<IntegerData> |
BasicFunctionsRuntime.range(int start,
int end) |
static List<IntegerData> |
BasicFunctionsRuntime.range(int start,
int end,
int step) |
| Modifier and Type | Field and Description |
|---|---|
static IntegerData |
IntegerData.MINUS_ONE
Static instance of IntegerData with value -1.
|
static IntegerData |
IntegerData.ONE
Static instance of IntegerData with value 1.
|
static IntegerData |
IntegerData.ZERO
Static instance of IntegerData with value 0.
|
| Modifier and Type | Method and Description |
|---|---|
static IntegerData |
IntegerData.forValue(long value)
Gets a IntegerData instance for the given value.
|