public abstract class AbstractPrimitiveRightValue<T> extends AbstractRightValue implements Expression
| Constructor and Description |
|---|
AbstractPrimitiveRightValue() |
| Modifier and Type | Method and Description |
|---|---|
RightValue |
evaluate(ExtendedInterpreter extendedInterpreter) |
T |
getValue() |
void |
setValue(T value) |
isArray, isBoolean, isDouble, isJavaObject, isLong, isNumeric, isStringpublic T getValue()
public void setValue(T value)
public RightValue evaluate(ExtendedInterpreter extendedInterpreter) throws BasicRuntimeException
evaluate in interface EvaluatorBasicRuntimeExceptionCopyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.