| Class | Description |
|---|---|
| AnyType |
The "any" type is the supertype of all other types.
|
| BoolType |
Soy boolean type.
|
| ErrorType |
A placeholder for errors during parsing.
|
| FloatType |
Soy floating-point type.
|
| IntType |
Soy integer type.
|
| NullType |
The "null" type.
|
| SanitizedType |
Implementation of types for sanitized strings, that is strings that are
produced by templates having a "kind" attribute.
|
| SanitizedType.AttributesType |
Type produced by templates whose kind is "attributes".
|
| SanitizedType.CssType |
Type produced by templates whose kind is "css".
|
| SanitizedType.HtmlType |
Type produced by templates whose kind is "html".
|
| SanitizedType.JsType |
Type produced by templates whose kind is "js".
|
| SanitizedType.TrustedResourceUriType |
Type produced by templates whose kind is "trustedResourceUri".
|
| SanitizedType.UriType |
Type produced by templates whose kind is "uri".
|
| StringType |
Soy string type.
|
| UnknownType |
The "unknown" type is used to indicate that the type was unspecified or could not
be inferred.
|