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(java.util.Stack inStack)
Should never be evaluated!
|
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameterspublic void run(java.util.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.ParseExceptionCommandVisitorIhttp://www.singularsys.com/jep Copyright © 2007 Singular Systems