| Package | Description |
|---|---|
| com.google.template.soy.types |
Classes that represent Soy parameter type declarations.
|
| com.google.template.soy.types.aggregate | |
| com.google.template.soy.types.primitive | |
| com.google.template.soy.types.proto |
| Modifier and Type | Method and Description |
|---|---|
SoyType.Kind |
SoyType.getKind()
Returns what kind of type this is.
|
static SoyType.Kind |
SoyType.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoyType.Kind[] |
SoyType.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SoyType.Kind |
UnionType.getKind() |
SoyType.Kind |
RecordType.getKind() |
SoyType.Kind |
MapType.getKind() |
SoyType.Kind |
ListType.getKind() |
| Modifier and Type | Method and Description |
|---|---|
SoyType.Kind |
UnknownType.getKind() |
SoyType.Kind |
StringType.getKind() |
SoyType.Kind |
SanitizedType.HtmlType.getKind() |
SoyType.Kind |
SanitizedType.AttributesType.getKind() |
SoyType.Kind |
SanitizedType.UriType.getKind() |
SoyType.Kind |
SanitizedType.TrustedResourceUriType.getKind() |
SoyType.Kind |
SanitizedType.CssType.getKind() |
SoyType.Kind |
SanitizedType.JsType.getKind() |
SoyType.Kind |
NullType.getKind() |
SoyType.Kind |
IntType.getKind() |
SoyType.Kind |
FloatType.getKind() |
SoyType.Kind |
ErrorType.getKind() |
SoyType.Kind |
BoolType.getKind() |
SoyType.Kind |
AnyType.getKind() |
| Modifier and Type | Method and Description |
|---|---|
SoyType.Kind |
SoyProtoTypeImpl.getKind() |