public interface RValue extends Identifiable
Modifier and Type | Method and Description |
---|---|
RValue |
bindVariables(Expression expression,
boolean preferLValue) |
double |
getValue() |
RValue |
optimize() |
getPosition, id
double getValue() throws EvaluationException
EvaluationException
RValue optimize() throws EvaluationException
EvaluationException
RValue bindVariables(Expression expression, boolean preferLValue) throws ParserException
ParserException