Class BasicEmptyValue
java.lang.Object
com.scriptbasic.executors.rightvalues.AbstractPrimitiveRightValue<EmptyValue>
com.scriptbasic.executors.rightvalues.AbstractNumericRightValue<Long,EmptyValue>
com.scriptbasic.executors.rightvalues.BasicEmptyValue
- All Implemented Interfaces:
AnalysisResult,Evaluator,Expression,Value,BasicValue<EmptyValue>,RightValue
-
Field Summary
FieldsFields inherited from interface com.scriptbasic.spi.BasicValue
FALSE, TRUE -
Method Summary
Modifier and TypeMethodDescriptionReturn numeric value representing this right valueMethods inherited from class com.scriptbasic.executors.rightvalues.AbstractPrimitiveRightValue
evaluate, getValue, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.scriptbasic.spi.RightValue
isArray, isBoolean, isDate, isDouble, isJavaObject, isLong, isNumeric, isString
-
Field Details
-
EMPTY_VALUE
-
-
Method Details
-
getNumericValue
Description copied from class:AbstractNumericRightValueReturn numeric value representing this right value- Specified by:
getNumericValuein classAbstractNumericRightValue<Long,EmptyValue> - Returns:
- numeric value
-