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