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, isString
public T getValue()
public void setValue(T value)
public RightValue evaluate(ExtendedInterpreter extendedInterpreter) throws BasicRuntimeException
evaluate
in interface Evaluator
BasicRuntimeException
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.