public class PlusSignOperator extends java.lang.Object implements PrefixOperator
| Constructor and Description |
|---|
PlusSignOperator() |
| 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 PrefixOperatorEvaluationExceptionpublic java.lang.String toString()
toString in class java.lang.Object