public class XAssign extends Assign implements CommandVisitorI
curNumberOfParameters, numberOfParameters| Constructor and Description |
|---|
XAssign() |
| Modifier and Type | Method and Description |
|---|---|
Node |
process(Node node,
Node[] children,
XJep xjep)
In the pre-process stage, set the equation of the lhs variable to the rhs equation.
|
checkNumberOfParameters, checkStack, getNumberOfParameters, run, setCurNumberOfParameterspublic Node process(Node node, Node[] children, XJep xjep) throws ParseException
process in interface CommandVisitorInode - top node of the treechildren - the children of the node after they have been preprocessed.xjep - a reference to the current XJep interface.ParseException - exceptionCopyright © 2018. All rights reserved.