Package com.scriptbasic.spi
Interface BasicValue<T>
-
- All Known Implementing Classes:
AbstractNumericRightValue,AbstractPrimitiveRightValue,BasicArrayValue,BasicBooleanValue,BasicDoubleValue,BasicJavaObjectValue,BasicLongValue,BasicStringValue
public interface BasicValue<T>
-
-
Field Summary
Fields Modifier and Type Field Description static BasicBooleanValueFALSEstatic BasicBooleanValueTRUE
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RightValuecreate(java.lang.Object object)TgetValue()
-
-
-
Field Detail
-
TRUE
static final BasicBooleanValue TRUE
-
FALSE
static final BasicBooleanValue FALSE
-
-
Method Detail
-
create
static RightValue create(java.lang.Object object)
-
getValue
T getValue()
-
-