|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.libraries.formula.operators.EqualOperator
public class EqualOperator
Creation-Date: 31.10.2006, 16:34:11
| Constructor Summary | |
|---|---|
EqualOperator()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EqualOperator()
| Method Detail |
|---|
public TypeValuePair evaluate(FormulaContext context,
TypeValuePair value1,
TypeValuePair value2)
throws EvaluationException
InfixOperator
evaluate in interface InfixOperatorEvaluationExceptionpublic int getLevel()
getLevel in interface InfixOperatorpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isLeftOperation()
InfixOperator
isLeftOperation in interface InfixOperatorpublic boolean isAssociative()
isAssociative in interface InfixOperator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||