Class PlusSignOperator
java.lang.Object
org.pentaho.reporting.libraries.formula.operators.PlusSignOperator
- All Implemented Interfaces:
Serializable
,PrefixOperator
This is a no-op-operator which is equal to "zero plus x".
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate
(FormulaContext context, TypeValuePair value1) toString()
-
Constructor Details
-
PlusSignOperator
public PlusSignOperator()
-
-
Method Details
-
evaluate
public TypeValuePair evaluate(FormulaContext context, TypeValuePair value1) throws EvaluationException - Specified by:
evaluate
in interfacePrefixOperator
- Throws:
EvaluationException
-
toString
-