public final class FloatType extends PrimitiveType
SoyType.Kind| Modifier and Type | Method and Description |
|---|---|
static FloatType |
getInstance()
Return the single instance of this type.
|
SoyType.Kind |
getKind()
Returns what kind of type this is.
|
boolean |
isInstance(SoyValue value)
Returns true if the given value is an instance of this type.
|
Class<? extends SoyValue> |
javaType()
Returns the java class for the the SoyValue subclass that is used to represent this type.
|
String |
toString() |
equals, hashCode, isAssignableFrompublic SoyType.Kind getKind()
SoyTypepublic boolean isInstance(SoyValue value)
SoyTypevalue - The value to test.public Class<? extends SoyValue> javaType()
SoyTypepublic static FloatType getInstance()