|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nfunk.jep.function.PostfixMathCommand
org.nfunk.jep.function.Assign
org.lsmp.djep.matrixJep.function.MAssign
A matrix enabled asignment function. The lhs of an assigment must be a variable.
| Field Summary |
| Fields inherited from class org.nfunk.jep.function.PostfixMathCommand |
curNumberOfParameters, numberOfParameters |
| Constructor Summary | |
MAssign()
|
|
| Method Summary | |
MatrixValueI |
evaluate(MatrixNodeI node,
MatrixEvaluator visitor,
MatrixJep j)
A special methods for evaluating an assignment. |
void |
run(java.util.Stack s)
The run method should not be called. |
| Methods inherited from class org.nfunk.jep.function.Assign |
evaluate |
| Methods inherited from class org.nfunk.jep.function.PostfixMathCommand |
checkStack, getNumberOfParameters, setCurNumberOfParameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MAssign()
| Method Detail |
public void run(java.util.Stack s)
throws ParseException
evaluate(org.lsmp.djep.matrixJep.nodeTypes.MatrixNodeI, org.lsmp.djep.matrixJep.MatrixEvaluator, org.lsmp.djep.matrixJep.MatrixJep) instead.
run in interface PostfixMathCommandIrun in class PostfixMathCommandParseException
public MatrixValueI evaluate(MatrixNodeI node,
MatrixEvaluator visitor,
MatrixJep j)
throws ParseException
evaluate in interface MatrixSpecialEvaluationInode - The top node.visitor - The parser visitorj - The current MatrixJep instance.
ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||