public class MPower extends VPower implements SpecialPreProcessorI
curNumberOfParameters, numberOfParameters| Constructor and Description |
|---|
MPower() |
| Modifier and Type | Method and Description |
|---|---|
MatrixNodeI |
preprocess(ASTFunNode node,
MatrixPreprocessor visitor,
MatrixJep jep,
MatrixNodeFactory nf)
During preprocessing sets the function to the Cross function if necessary.
|
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckNumberOfParameters, getNumberOfParameters, setCurNumberOfParameterspublic MatrixNodeI preprocess(ASTFunNode node, MatrixPreprocessor visitor, MatrixJep jep, MatrixNodeFactory nf) throws ParseException
preprocess in interface SpecialPreProcessorInode - the top node of the tree representing the function and its arguments.visitor - A reference to the preprocessing visitor.jep - A reference of the MatrixJep instance.nf - A reference to the node factory object.ParseException - if some error occurs.Copyright © 2018. All rights reserved.