public class Assign extends PostfixMathCommand implements CallbackEvaluationI
Constructor and Description |
---|
Assign() |
Modifier and Type | Method and Description |
---|---|
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, getNumberOfParameters, run, setCurNumberOfParameters
public Object evaluate(Node node, EvaluatorI pv) throws ParseException
evaluate
in interface CallbackEvaluationI
node
- The current nodepv
- The visitor, can be used evaluate the childrenParseException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics