public class Diff extends PostfixMathCommand implements CommandVisitorI
curNumberOfParameters, numberOfParameters| Constructor and Description |
|---|
Diff() |
| Modifier and Type | Method and Description |
|---|---|
Node |
process(Node node,
Node[] children,
XJep xjep)
Process the differentiation specified by node.
|
void |
run(Stack inStack)
Should never be evaluated!
|
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameterspublic void run(Stack inStack) throws ParseException
run in interface PostfixMathCommandIrun in class PostfixMathCommandParseException - if called by evaluator.public 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 - exceptionCommandVisitorICopyright © 2018. All rights reserved.