public final class UnknownType extends Object
SoyType.Kind| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
static UnknownType |
getInstance()
Return the single instance of this type.
|
SoyType.Kind |
getKind()
Returns what kind of type this is.
|
int |
hashCode() |
boolean |
isAssignableFrom(SoyType srcType)
Returns true if a parameter or field of this type can be assigned from a value of
srcType. |
String |
toString() |
public SoyType.Kind getKind()
SoyTypepublic boolean isAssignableFrom(SoyType srcType)
SoyTypesrcType.isAssignableFrom in interface SoyTypesrcType - The type of the incoming value.public static UnknownType getInstance()