Class AbstractPrimitiveRightValue<T>
java.lang.Object
com.scriptbasic.executors.rightvalues.AbstractPrimitiveRightValue<T>
- All Implemented Interfaces:
AnalysisResult,Evaluator,Expression,Value,BasicValue<T>,RightValue
- Direct Known Subclasses:
AbstractNumericRightValue,BasicBooleanValue,BasicJavaObjectValue,BasicStringValue
public abstract class AbstractPrimitiveRightValue<T> extends java.lang.Object implements Expression, RightValue, BasicValue<T>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractPrimitiveRightValue() -
Method Summary
Modifier and Type Method Description RightValueevaluate(Interpreter interpreter)TgetValue()voidsetValue(T value)Methods 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
-
Constructor Details
-
AbstractPrimitiveRightValue
public AbstractPrimitiveRightValue()
-
-
Method Details