|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.nfunk.jep.function.PostfixMathCommand
org.lsmp.djep.djep.Diff
public class Diff
The diff(f,x) operator.
| Field Summary |
|---|
| Fields inherited from class org.nfunk.jep.function.PostfixMathCommand |
|---|
curNumberOfParameters, numberOfParameters |
| Constructor Summary | |
|---|---|
Diff()
|
|
| Method Summary | |
|---|---|
Node |
process(Node node,
Node[] children,
XJep xjep)
Process the differentiation specified by node. |
void |
run(java.util.Stack inStack)
Should never be evaluated! |
| Methods inherited from class org.nfunk.jep.function.PostfixMathCommand |
|---|
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Diff()
| Method Detail |
|---|
public 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.
ParseExceptionCommandVisitorI
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||