public interface LValueI
| Modifier and Type | Method and Description |
|---|---|
void |
set(EvaluatorI pv,
Node node,
Object value)
Performs appropriate action to set an LValue.
|
void set(EvaluatorI pv, Node node, 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.ParseExceptionCopyright © 2018. All rights reserved.