Class BigMathExpression


  • public class BigMathExpression
    extends com.ezylang.evalex.Expression
    An expression that has the big-math functions configured by default.
    • Constructor Summary

      Constructors 
      Constructor Description
      BigMathExpression​(java.lang.String expressionString)  
      BigMathExpression​(java.lang.String expressionString, com.ezylang.evalex.config.ExpressionConfiguration configuration)  
    • Method Summary

      • Methods inherited from class com.ezylang.evalex.Expression

        and, convertDoubleValue, convertValue, copy, createExpressionNode, evaluate, evaluateSubtree, getAbstractSyntaxTree, getAllASTNodes, getConfiguration, getConstants, getDataAccessor, getExpressionString, getUndefinedVariables, getUsedVariables, validate, with, withValues
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BigMathExpression

        public BigMathExpression​(java.lang.String expressionString)
      • BigMathExpression

        public BigMathExpression​(java.lang.String expressionString,
                                 com.ezylang.evalex.config.ExpressionConfiguration configuration)