public abstract class AbstractRealEvaluator extends Object implements Evaluator
getReturnType()
Constructor and Description |
---|
AbstractRealEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
getRealValue(Real r)
Assigns
r the evaluated Real value. |
Type |
getReturnType()
Returns
RealType.TYPE . |
public void getRealValue(Real r)
r
the evaluated Real
value.r
- the Real
value the evaluated value is to be
assigned to.public Type getReturnType()
RealType.TYPE
.getReturnType
in interface Evaluator
RealType.TYPE
.