SoyType.Kind| Modifier and Type | Method and Description |
|---|---|
static ErrorType |
getInstance() |
SoyType.Kind |
getKind()
Returns what kind of type this is.
|
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 static ErrorType getInstance()
public SoyType.Kind getKind()
SoyTypepublic boolean isAssignableFrom(SoyType srcType)
SoyTypesrcType.isAssignableFrom in interface SoyTypesrcType - The type of the incoming value.