Documentation of 'org.matheclipse.core.eval.SymjaInterpreter' Java class
SymjaInterpreter
org.matheclipse.core.eval

Class SymjaInterpreter



  • public class SymjaInterpreter
    extends EvalUtilities
    Evaluate a Symja expression
    • Constructor Detail

      • SymjaInterpreter

        public SymjaInterpreter(java.lang.String codeString,
                                java.io.OutputStream out)
        Create a new command interpreter attached to the passed in streams.
    • Method Detail

      • interpreter

        public java.lang.String interpreter(java.lang.String function)
      • interpreter

        public java.lang.String interpreter(IAST function)
        Parse the codeString into an IExpr and if function unequals null, replace all occurences of symbol x in the function with the parsed expression. After that evaluate the given expression.
        Parameters:
        function -
        Returns:
      • eval

        public void eval(java.lang.String function)
      • eval

        public void eval(IAST function)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.