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