Uses of Interface
org.pentaho.reporting.libraries.formula.operators.InfixOperator
-
Packages that use InfixOperator Package Description org.pentaho.reporting.libraries.formula.lvalues org.pentaho.reporting.libraries.formula.operators org.pentaho.reporting.libraries.formula.parser -
-
Uses of InfixOperator in org.pentaho.reporting.libraries.formula.lvalues
Methods in org.pentaho.reporting.libraries.formula.lvalues that return InfixOperator Modifier and Type Method Description InfixOperator[]Term. getOperators()Methods in org.pentaho.reporting.libraries.formula.lvalues with parameters of type InfixOperator Modifier and Type Method Description voidTerm. add(InfixOperator operator, LValue operand) -
Uses of InfixOperator in org.pentaho.reporting.libraries.formula.operators
Classes in org.pentaho.reporting.libraries.formula.operators that implement InfixOperator Modifier and Type Class Description classAbstractCompareOperatorCreation-Date: 06.06.2007, 18:52:25classAbstractNumericOperatorCreation-Date: 10.04.2007, 15:02:39classAddOperatorNull-Values are converted into ZEROclassConcatOperatorConcats two strings operator.classDivideOperatorA division operation.classEqualOperatorCreation-Date: 31.10.2006, 16:34:11classGreaterEqualOperatorCreation-Date: 31.10.2006, 16:34:11classGreaterOperatorCreation-Date: 31.10.2006, 16:34:11classLesserEqualOperatorCreation-Date: 31.10.2006, 16:34:11classLesserOperatorCreation-Date: 31.10.2006, 16:34:11classMultiplyOperatorCreation-Date: 31.10.2006, 16:34:11classNotEqualOperatorCreation-Date: 31.10.2006, 16:34:11classPowerOperatorThis has to be implemented manually if we want to support arbitary precision.classSubtractOperatorCreation-Date: 31.10.2006, 16:34:11Methods in org.pentaho.reporting.libraries.formula.operators that return InfixOperator Modifier and Type Method Description InfixOperatorDefaultOperatorFactory. createInfixOperator(java.lang.String operator)InfixOperatorOperatorFactory. createInfixOperator(java.lang.String operator) -
Uses of InfixOperator in org.pentaho.reporting.libraries.formula.parser
Methods in org.pentaho.reporting.libraries.formula.parser that return InfixOperator Modifier and Type Method Description InfixOperatorGeneratedFormulaParser. getInfixOperator()
-