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, setCurNumberOfParameters
public void run(java.util.Stack inStack) throws ParseException
run
in interface PostfixMathCommandI
run
in class PostfixMathCommand
ParseException
- if called by evaluator.public Node process(Node node, Node[] children, XJep xjep) throws ParseException
process
in interface CommandVisitorI
node
- top node of the treechildren
- the children of the node after they have been preprocessed.xjep
- a reference to the current XJep interface.ParseException
CommandVisitorI
http://www.singularsys.com/jep Copyright © 2007 Singular Systems