public interface LValueI
Modifier and Type | Method and Description |
---|---|
void |
set(EvaluatorI pv,
Node node,
java.lang.Object value)
Performs appropriate action to set an LValue.
|
void set(EvaluatorI pv, Node node, java.lang.Object value) throws ParseException
pv
- a pointer to the evaluator. The pv.eval() method can be used to evaluate the children of the node.node
- The top node for the LValuevalue
- the value obtained by evaluating the right hand side.ParseException
http://www.singularsys.com/jep Copyright © 2007 Singular Systems