public class Assign extends PostfixMathCommand implements CallbackEvaluationI
curNumberOfParameters, numberOfParameters| Constructor and Description |
|---|
Assign() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(Node node,
EvaluatorI pv)
For assignment set the value of the variable on the lhs to value returned by evaluating the righthand side.
|
checkNumberOfParameters, checkStack, getNumberOfParameters, run, setCurNumberOfParameterspublic java.lang.Object evaluate(Node node, EvaluatorI pv) throws ParseException
evaluate in interface CallbackEvaluationInode - The current nodepv - The visitor, can be used evaluate the childrenParseExceptionhttp://www.singularsys.com/jep Copyright © 2007 Singular Systems