public class PercentageOperator extends java.lang.Object implements PostfixOperator
| Constructor and Description |
|---|
PercentageOperator() |
| Modifier and Type | Method and Description |
|---|---|
TypeValuePair |
evaluate(FormulaContext context,
TypeValuePair value1) |
java.lang.String |
toString() |
public TypeValuePair evaluate(FormulaContext context, TypeValuePair value1) throws EvaluationException
evaluate in interface PostfixOperatorEvaluationExceptionpublic java.lang.String toString()
toString in class java.lang.Object