Uses of Class
org.nfunk.jep.ASTConstant

Packages that use ASTConstant
org.lsmp.djep.djep   
org.lsmp.djep.groupJep   
org.lsmp.djep.matrixJep   
org.lsmp.djep.matrixJep.nodeTypes   
org.lsmp.djep.mrpe   
org.lsmp.djep.rpe   
org.lsmp.djep.sjep   
org.lsmp.djep.xjep   
org.nfunk.jep   
org.nfunk.jep.evaluation   
 

Uses of ASTConstant in org.lsmp.djep.djep
 

Methods in org.lsmp.djep.djep with parameters of type ASTConstant
 Object DifferentiationVisitor.visit(ASTConstant node, Object data)
          Differentiates a constant.
 

Uses of ASTConstant in org.lsmp.djep.groupJep
 

Methods in org.lsmp.djep.groupJep with parameters of type ASTConstant
 Object PolynomialVisitor.visit(ASTConstant node, Object data)
           
 

Uses of ASTConstant in org.lsmp.djep.matrixJep
 

Methods in org.lsmp.djep.matrixJep that return ASTConstant
 ASTConstant MatrixNodeFactory.buildConstantNode(Object value)
          Creates an ASTConstant node with specified value.
 

Methods in org.lsmp.djep.matrixJep with parameters of type ASTConstant
 Object MatrixPreprocessor.visit(ASTConstant node, Object data)
          constants
 Object MatrixEvaluator.visit(ASTConstant node, Object data)
          constants
 

Uses of ASTConstant in org.lsmp.djep.matrixJep.nodeTypes
 

Subclasses of ASTConstant in org.lsmp.djep.matrixJep.nodeTypes
 class ASTMConstant
          Holds a single constant number.
 

Uses of ASTConstant in org.lsmp.djep.mrpe
 

Methods in org.lsmp.djep.mrpe with parameters of type ASTConstant
 Object MRpEval.visit(ASTConstant node, Object data)
           
 

Uses of ASTConstant in org.lsmp.djep.rpe
 

Methods in org.lsmp.djep.rpe with parameters of type ASTConstant
 Object RpEval.visit(ASTConstant node, Object data)
           
 

Uses of ASTConstant in org.lsmp.djep.sjep
 

Methods in org.lsmp.djep.sjep with parameters of type ASTConstant
 Object PolynomialCreator.visit(ASTConstant node, Object data)
           
 

Uses of ASTConstant in org.lsmp.djep.xjep
 

Methods in org.lsmp.djep.xjep that return ASTConstant
 ASTConstant NodeFactory.buildConstantNode(ASTConstant node)
          Create an ASTConstant with same value as argument.
 ASTConstant NodeFactory.buildConstantNode(Object value)
          Creates an ASTConstant node with specified value.
 ASTConstant NodeFactory.buildConstantNode(Operator op, Node child1)
          Creates a ASTConstant whose value of applying a unary operator to its arguments.
 ASTConstant NodeFactory.buildConstantNode(Operator op, Node[] children)
          Creates a ASTConstant whose value of applying the operator to its arguments.
 ASTConstant NodeFactory.buildConstantNode(Operator op, Node child1, Node child2)
          Creates a ASTConstant whose value of applying binary operator to its arguments.
 ASTConstant NodeFactory.buildConstantNode(PostfixMathCommandI pfmc, Node[] children)
          Creates a ASTConstant whose value of applying the operator to its arguments.
 

Methods in org.lsmp.djep.xjep with parameters of type ASTConstant
 ASTConstant NodeFactory.buildConstantNode(ASTConstant node)
          Create an ASTConstant with same value as argument.
 Object PrintVisitor.visit(ASTConstant node, Object data)
           
 Object DoNothingVisitor.visit(ASTConstant node, Object data)
           
 Object DeepCopyVisitor.visit(ASTConstant node, Object data)
           
 

Uses of ASTConstant in org.nfunk.jep
 

Methods in org.nfunk.jep with parameters of type ASTConstant
 Object ParserDumpVisitor.visit(ASTConstant node, Object data)
           
 Object ParserVisitor.visit(ASTConstant node, Object data)
           
 Object EvaluatorVisitor.visit(ASTConstant node, Object data)
          Visit a constant node.
 

Uses of ASTConstant in org.nfunk.jep.evaluation
 

Methods in org.nfunk.jep.evaluation with parameters of type ASTConstant
 Object ExpressionCompiler.visit(ASTConstant node, Object data)
           
 



Copyright © 2014. All rights reserved.