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