public class IfExpressionOperator extends java.lang.Object implements Operator<CalculateContext,java.math.BigDecimal>
| Modifier and Type | Field and Description |
|---|---|
static IfExpressionOperator |
SINGLETON |
| Constructor and Description |
|---|
IfExpressionOperator() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
evaluate(CalculateContext calculateContext,
org.unlaxer.Token token) |
public static IfExpressionOperator SINGLETON
public java.math.BigDecimal evaluate(CalculateContext calculateContext, org.unlaxer.Token token)
evaluate in interface Operator<CalculateContext,java.math.BigDecimal>