| Modifier and Type | Field and Description |
|---|---|
static SoyType |
NUMBER_TYPE
Shared constant for the 'number' type.
|
| Constructor and Description |
|---|
SoyTypes() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNullable(SoyType type) |
static SoyType |
makeNullable(SoyType type) |
static SoyType |
removeNull(SoyType type) |
public static final SoyType NUMBER_TYPE