public interface LValue extends RValue
| Modifier and Type | Method and Description |
|---|---|
double |
assign(double value) |
LValue |
bindVariables(Expression expression,
boolean preferLValue) |
LValue |
optimize() |
getPosition, iddouble assign(double value)
throws EvaluationException
EvaluationExceptionLValue optimize() throws EvaluationException
optimize in interface RValueEvaluationExceptionLValue bindVariables(Expression expression, boolean preferLValue) throws ParserException
bindVariables in interface RValueParserExceptionCopyright © 2010-2014. All Rights Reserved.