Class Value
java.lang.Object
com.twineworks.tweakflow.lang.values.Value
- All Implemented Interfaces:
ValueProvider
-
Method Summary
Modifier and TypeMethodDescriptionbool()byte[]bytes()dateTime()decimal()dict()booleanfunction()getValue()inthashCode()inspect()booleanisBinary()booleanbooleanbooleanbooleanisDict()booleanbooleanbooleanisList()booleanbooleanisNil()booleanbooleanisString()list()longNum()string()toString()type()value()booleanvalueAndTypeEquals(Value other) booleanvalueEquals(Value other) booleanvalueIdentical(Value other)
-
Method Details
-
type
-
value
-
isNil
public boolean isNil() -
string
-
dict
-
list
-
function
-
longNum
-
doubleNum
-
dateTime
-
bool
-
bytes
public byte[] bytes() -
decimal
-
equals
-
valueEquals
-
hashCode
public int hashCode() -
valueAndTypeEquals
-
valueIdentical
-
toString
-
isString
public boolean isString() -
isLongNum
public boolean isLongNum() -
isDoubleNum
public boolean isDoubleNum() -
isDecimal
public boolean isDecimal() -
isNumeric
public boolean isNumeric() -
isDateTime
public boolean isDateTime() -
isBoolean
public boolean isBoolean() -
isBinary
public boolean isBinary() -
castTo
-
isList
public boolean isList() -
isFunction
public boolean isFunction() -
isDict
public boolean isDict() -
getValue
- Specified by:
getValuein interfaceValueProvider
-
humanReadable
-
inspect
-