Package com.singularsys.extensions.xjep
Interface CommandVisitorI
- All Known Implementing Classes:
Clean,Coeffs,Compare,Diff,Eval,Expand,ExtractEqn,Rewrite,Simplify,Subst,SymbolicEquals,XAssign
public interface CommandVisitorI
Interface defining the special actions performed during the preprocessing
stage. This interface should be implemented by PostFixMath Commands
which wish to perform a special action during the XJep.preprocess() method.
-
Method Summary
-
Method Details
-
process
Performs the specified action on an expression tree.- Parameters:
node- top node of the treechildren- the children of the node after they have been preprocessed.- Returns:
- top node of the results.
- Throws:
ParseException
-