Class ListType
java.lang.Object
com.twineworks.tweakflow.lang.types.ListType
- All Implemented Interfaces:
Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanAttemptCastFrom(Type type) booleancanAttemptCastTo(Type type) bytegetId()inthashCode()booleanisAny()booleanisBinary()booleanbooleanbooleanbooleanbooleanisDict()booleanisDouble()booleanbooleanisList()booleanisLong()booleanbooleanisString()booleanisVoid()name()toString()booleanvalueAndTypeEquals(Value x, Value o) booleanvalueEquals(Value x, Value o) intbooleanvalueIdentical(Value x, Value o)
-
Constructor Details
-
ListType
public ListType()
-
-
Method Details
-
name
-
isAny
public boolean isAny() -
isVoid
public boolean isVoid() -
isString
public boolean isString() -
isNumeric
public boolean isNumeric() -
isLong
public boolean isLong() -
isDouble
public boolean isDouble() -
isDateTime
public boolean isDateTime()- Specified by:
isDateTimein interfaceType
-
isDecimal
public boolean isDecimal() -
isBoolean
public boolean isBoolean() -
isBinary
public boolean isBinary() -
isDict
public boolean isDict() -
isList
public boolean isList() -
isContainer
public boolean isContainer()- Specified by:
isContainerin interfaceType
-
isFunction
public boolean isFunction()- Specified by:
isFunctionin interfaceType
-
canAttemptCastTo
- Specified by:
canAttemptCastToin interfaceType
-
canAttemptCastFrom
- Specified by:
canAttemptCastFromin interfaceType
-
castFrom
-
valueHash
-
valueEquals
- Specified by:
valueEqualsin interfaceType
-
valueAndTypeEquals
- Specified by:
valueAndTypeEqualsin interfaceType
-
valueIdentical
- Specified by:
valueIdenticalin interfaceType
-
getId
public byte getId() -
toString
-
hashCode
public int hashCode()
-