| Package | Description |
|---|---|
| com.google.template.soy.types.primitive |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyType
The "any" type is the supertype of all other types.
|
class |
BoolType
Soy boolean type.
|
class |
FloatType
Soy floating-point type.
|
class |
IntType
Soy integer type.
|
class |
NullType
The "null" type.
|
class |
SanitizedType
Implementation of types for sanitized strings, that is strings that are
produced by templates having a "kind" attribute.
|
static class |
SanitizedType.AttributesType
Type produced by templates whose kind is "attributes".
|
static class |
SanitizedType.CssType
Type produced by templates whose kind is "css".
|
static class |
SanitizedType.HtmlType
Type produced by templates whose kind is "html".
|
static class |
SanitizedType.JsType
Type produced by templates whose kind is "js".
|
static class |
SanitizedType.UriType
Type produced by templates whose kind is "uri".
|
class |
StringType
Soy string type.
|
class |
UnknownType
The "unknown" type is used to indicate that the type was unspecified or could not
be inferred.
|