Uses of Interface
org.nfunk.jep.ParserVisitor

Packages that use ParserVisitor
org.lsmp.djep.djep   
org.lsmp.djep.groupJep   
org.lsmp.djep.matrixJep   
org.lsmp.djep.mrpe   
org.lsmp.djep.rewrite   
org.lsmp.djep.rpe   
org.lsmp.djep.sjep   
org.lsmp.djep.vectorJep   
org.lsmp.djep.xjep   
org.nfunk.jep   
org.nfunk.jep.evaluation   
org.nfunk.jep.function   
 

Uses of ParserVisitor in org.lsmp.djep.djep
 

Classes in org.lsmp.djep.djep that implement ParserVisitor
 class DifferentiationVisitor
          A class for performing differentation of an expression.
 class DPrintVisitor
          An extension of PrintVisitor which will print the equations of a variable if required.
 

Uses of ParserVisitor in org.lsmp.djep.groupJep
 

Classes in org.lsmp.djep.groupJep that implement ParserVisitor
 class PolynomialVisitor
          Constructs a polynomial from a JEP equation.
 

Uses of ParserVisitor in org.lsmp.djep.matrixJep
 

Classes in org.lsmp.djep.matrixJep that implement ParserVisitor
 class MatrixEvaluator
          This visitor evaluates a the tree representing the equation.
 class MatrixPreprocessor
          This visitor does the majority of preprocessing work.
 

Uses of ParserVisitor in org.lsmp.djep.mrpe
 

Classes in org.lsmp.djep.mrpe that implement ParserVisitor
 class MRpEval
          A fast evaluation algorithm for equations using Vectors and Matrix over the Doubles.
 

Uses of ParserVisitor in org.lsmp.djep.rewrite
 

Classes in org.lsmp.djep.rewrite that implement ParserVisitor
 class RewriteVisitor
          Simplifies an expression.
 

Uses of ParserVisitor in org.lsmp.djep.rpe
 

Classes in org.lsmp.djep.rpe that implement ParserVisitor
 class RpEval
          A fast evaluation algorithm for equations over Doubles, does not work with vectors or matricies.
 

Uses of ParserVisitor in org.lsmp.djep.sjep
 

Classes in org.lsmp.djep.sjep that implement ParserVisitor
 class PolynomialCreator
          Main entry point for simplification routines.
 

Uses of ParserVisitor in org.lsmp.djep.vectorJep
 

Classes in org.lsmp.djep.vectorJep that implement ParserVisitor
 class VectorEvaluator
           
 

Uses of ParserVisitor in org.lsmp.djep.xjep
 

Classes in org.lsmp.djep.xjep that implement ParserVisitor
 class CommandVisitor
          Executes commands like diff and eval embedded in expression trees.
 class DeepCopyVisitor
          A Visitor which returns an exact copy of the tree.
 class DoNothingVisitor
          A Visitor which visits each node of a expression tree.
 class ErrorCatchingVisitor
          An abstract ParserVisitor which adds some useful error handling facilities.
 class PrintVisitor
          Prints an expression.
 class SimplificationVisitor
          Simplifies an expression.
 class SubstitutionVisitor
          Allows substitution of a given variable with an expression tree.
 class XEvaluatorVisitor
          This class is used for the evaluation of an expression.
 

Uses of ParserVisitor in org.nfunk.jep
 

Classes in org.nfunk.jep that implement ParserVisitor
 class EvaluatorVisitor
          This class is used for the evaluation of an expression.
 class ParserDumpVisitor
           
 

Methods in org.nfunk.jep with parameters of type ParserVisitor
 Object SimpleNode.childrenAccept(ParserVisitor visitor, Object data)
          Accept the visitor.
 Object SimpleNode.jjtAccept(ParserVisitor visitor, Object data)
          Accept the visitor.
 Object ASTVarNode.jjtAccept(ParserVisitor visitor, Object data)
          Accept the visitor.
 Object ASTStart.jjtAccept(ParserVisitor visitor, Object data)
          Accept the visitor.
 Object ASTConstant.jjtAccept(ParserVisitor visitor, Object data)
          Accept the visitor.
 Object Node.jjtAccept(ParserVisitor visitor, Object data)
          Accept the visitor.
 Object ASTFunNode.jjtAccept(ParserVisitor visitor, Object data)
          Accept the visitor.
 

Uses of ParserVisitor in org.nfunk.jep.evaluation
 

Classes in org.nfunk.jep.evaluation that implement ParserVisitor
 class ExpressionCompiler
           
 

Uses of ParserVisitor in org.nfunk.jep.function
 

Methods in org.nfunk.jep.function with parameters of type ParserVisitor
 Object SpecialEvaluationI.evaluate(Node node, Object data, ParserVisitor pv, Stack stack, SymbolTable symTab)
          Deprecated. Performs some special evaluation on the node.
 



Copyright © 2014. All rights reserved.