java.io.Serializable, InfixOperatorpublic class ConcatOperator extends java.lang.Object implements InfixOperator
| Constructor | Description |
|---|---|
ConcatOperator() |
| Modifier and Type | Method | Description |
|---|---|---|
TypeValuePair |
evaluate(FormulaContext context,
TypeValuePair value1,
TypeValuePair value2) |
Evaluates the comptuation for both parameters.
|
int |
getLevel() |
|
boolean |
isAssociative() |
Defines, whether the operation is associative.
|
boolean |
isLeftOperation() |
Defines the bind-direction of the operator.
|
java.lang.String |
toString() |
public TypeValuePair evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2) throws EvaluationException
InfixOperatorevaluate in interface InfixOperatorEvaluationExceptionpublic int getLevel()
getLevel in interface InfixOperatorpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isLeftOperation()
InfixOperatorisLeftOperation in interface InfixOperatorpublic boolean isAssociative()
isAssociative in interface InfixOperator