Package com.singularsys.extensions.djep
Class DExpressionCleaner
java.lang.Object
com.singularsys.extensions.xjep.ExpressionCleaner
com.singularsys.extensions.djep.DExpressionCleaner
- All Implemented Interfaces:
GenericVisitor<Node,,Void, ParseException> JepComponent,Serializable
An extension of
ExpressionCleaner which can simplify
partial derivatives.
Since Jep 4.1, extension 2.2, the parent class now implements GenericVisitor
some method signatures have changed to be more specific.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.singularsys.extensions.xjep.ExpressionCleaner
clean, cleanAdd, cleanBuildOperatorNode, cleanBuildOperatorNode, cleanDivide, cleanMultiply, cleanOp, cleanOp, cleanPower, cleanSubtract, cleanTriple, cleanUMinus, getLightWeightInstance, init, makeException, visit, visit, visitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.singularsys.jep.GenericVisitor
makeException, visit, visitChildren
-
Constructor Details
-
DExpressionCleaner
public DExpressionCleaner()
-
-
Method Details
-
visit
Description copied from interface:GenericVisitorVisit a variable node- Specified by:
visitin interfaceGenericVisitor<Node,Void, ParseException> - Overrides:
visitin classExpressionCleaner- Parameters:
node- current nodedata- context data- Returns:
- the result of visiting the node
- Throws:
ParseException
-