Package de.scravy.bedrock
Class Arithmetic.OptimizedExpression.BinaryOperation
java.lang.Object
de.scravy.bedrock.Arithmetic.OptimizedExpression.BinaryOperation
- All Implemented Interfaces:
Arithmetic.OptimizedExpression
- Enclosing interface:
- Arithmetic.OptimizedExpression
public static class Arithmetic.OptimizedExpression.BinaryOperation extends Object implements Arithmetic.OptimizedExpression
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.scravy.bedrock.Arithmetic.OptimizedExpression
Arithmetic.OptimizedExpression.BinaryOperation, Arithmetic.OptimizedExpression.LiteralValue, Arithmetic.OptimizedExpression.VariableReference -
Constructor Summary
Constructors Constructor Description BinaryOperation() -
Method Summary
Modifier and Type Method Description BigDecimaleval(Function<String,BigDecimal> variableBindings)StringtoString()
-
Constructor Details
-
BinaryOperation
public BinaryOperation()
-
-
Method Details