|
|||||||||
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 |
---|
clone, equals, finalize, 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 InfixOperator
EvaluationException
public int getLevel()
getLevel
in interface InfixOperator
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isLeftOperation()
InfixOperator
isLeftOperation
in interface InfixOperator
public boolean isAssociative()
isAssociative
in interface InfixOperator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |