| Package | Description |
|---|---|
| com.google.template.soy.data.restricted | |
| com.google.template.soy.shared.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
FloatData
Float data.
|
class |
IntegerData
Integer data.
|
| Modifier and Type | Method and Description |
|---|---|
static NumberData |
SharedRuntime.negative(SoyValue node)
Performs the unary negation
- operator on the value. |
static NumberData |
SharedRuntime.times(SoyValue operand0,
SoyValue operand1)
Performs the
* operator on the two values. |