Class BasicEmptyValue
java.lang.Object
com.scriptbasic.executors.rightvalues.AbstractPrimitiveRightValue<T>
com.scriptbasic.executors.rightvalues.AbstractNumericRightValue<java.lang.Long,EmptyValue>
com.scriptbasic.executors.rightvalues.BasicEmptyValue
- All Implemented Interfaces:
AnalysisResult,Evaluator,Expression,Value,BasicValue<EmptyValue>,RightValue
public class BasicEmptyValue extends AbstractNumericRightValue<java.lang.Long,EmptyValue>
-
Field Summary
Fields Modifier and Type Field Description static BasicEmptyValueEMPTY_VALUE -
Method Summary
Modifier and Type Method Description java.lang.LonggetNumericValue()Return 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, isDouble, isJavaObject, isLong, isNumeric, isString
-
Field Details
-
Method Details
-
getNumericValue
public java.lang.Long getNumericValue()Description copied from class:AbstractNumericRightValueReturn numeric value representing this right value- Specified by:
getNumericValuein classAbstractNumericRightValue<java.lang.Long,EmptyValue>- Returns:
- numeric value
-