Package com.ezylang.evalex.bigmath
Class BigMathExpression
- java.lang.Object
-
- com.ezylang.evalex.Expression
-
- com.ezylang.evalex.bigmath.BigMathExpression
-
public class BigMathExpression extends com.ezylang.evalex.ExpressionAn 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
-
-