Uses of Interface
com.udojava.evalex.Expression.LazyNumber
-
-
Uses of Expression.LazyNumber in com.udojava.evalex
Classes in com.udojava.evalex that implement Expression.LazyNumber Modifier and Type Class Description classLazyIfNumberLazy Number for IF function created for lazily evaluated IF conditionFields in com.udojava.evalex with type parameters of type Expression.LazyNumber Modifier and Type Field Description protected java.util.Map<java.lang.String,Expression.LazyNumber>Expression. variablesAll defined variables with name and value.Methods in com.udojava.evalex that return Expression.LazyNumber Modifier and Type Method Description protected Expression.LazyNumberExpression. createLazyNumber(java.math.BigDecimal bigDecimal)Construct a LazyNumber from a BigDecimalExpression.LazyNumberAbstractOperator. eval(Expression.LazyNumber v1, Expression.LazyNumber v2)Implementation of this operator supporting either 1 or 2 operands.Expression.LazyNumberAbstractUnaryOperator. eval(Expression.LazyNumber v1, Expression.LazyNumber v2)Expression.LazyNumberLazyOperator. eval(Expression.LazyNumber v1, Expression.LazyNumber v2)Implementation for this operator.Expression.LazyNumberAbstractFunction. lazyEval(java.util.List<Expression.LazyNumber> lazyParams)Expression.LazyNumberLazyFunction. lazyEval(java.util.List<Expression.LazyNumber> lazyParams)Lazily evaluate this function.Methods in com.udojava.evalex with parameters of type Expression.LazyNumber Modifier and Type Method Description ExpressionExpression. and(java.lang.String variable, Expression.LazyNumber value)Sets a variable value.Expression.LazyNumberAbstractOperator. eval(Expression.LazyNumber v1, Expression.LazyNumber v2)Implementation of this operator supporting either 1 or 2 operands.Expression.LazyNumberAbstractUnaryOperator. eval(Expression.LazyNumber v1, Expression.LazyNumber v2)Expression.LazyNumberLazyOperator. eval(Expression.LazyNumber v1, Expression.LazyNumber v2)Implementation for this operator.ExpressionExpression. setVariable(java.lang.String variable, Expression.LazyNumber value)Sets a variable value.ExpressionExpression. with(java.lang.String variable, Expression.LazyNumber value)Sets a variable value.Method parameters in com.udojava.evalex with type arguments of type Expression.LazyNumber Modifier and Type Method Description Expression.LazyNumberAbstractFunction. lazyEval(java.util.List<Expression.LazyNumber> lazyParams)Expression.LazyNumberLazyFunction. lazyEval(java.util.List<Expression.LazyNumber> lazyParams)Lazily evaluate this function.Constructor parameters in com.udojava.evalex with type arguments of type Expression.LazyNumber Constructor Description LazyIfNumber(java.util.List<Expression.LazyNumber> lazyParams)
-