Uses of Class
org.pentaho.reporting.libraries.formula.EvaluationException
-
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula
Subclasses of EvaluationException in org.pentaho.reporting.libraries.formula Modifier and Type Class Description class
ContextEvaluationException
Creation-Date: Dec 5, 2006, 4:19:26 PMMethods in org.pentaho.reporting.libraries.formula that return EvaluationException Modifier and Type Method Description static EvaluationException
EvaluationException. getInstance(ErrorValue errorValue)
Methods in org.pentaho.reporting.libraries.formula that throw EvaluationException Modifier and Type Method Description void
Formula. initialize(FormulaContext context)
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function
Methods in org.pentaho.reporting.libraries.formula.function that throw EvaluationException Modifier and Type Method Description TypeValuePair
Function. evaluate(FormulaContext context, ParameterCallback parameters)
Type
ParameterCallback. getType(int position)
java.lang.Object
ParameterCallback. getValue(int position)
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.datetime
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.information
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.logical
Methods in org.pentaho.reporting.libraries.formula.function.logical that throw EvaluationException Modifier and Type Method Description TypeValuePair
AndFunction. evaluate(FormulaContext context, ParameterCallback parameters)
TypeValuePair
FalseFunction. evaluate(FormulaContext context, ParameterCallback parameters)
TypeValuePair
IfFunction. evaluate(FormulaContext context, ParameterCallback parameters)
TypeValuePair
IfNaFunction. evaluate(FormulaContext context, ParameterCallback parameters)
TypeValuePair
NotFunction. evaluate(FormulaContext context, ParameterCallback parameters)
TypeValuePair
OrFunction. evaluate(FormulaContext context, ParameterCallback parameters)
TypeValuePair
TrueFunction. evaluate(FormulaContext context, ParameterCallback parameters)
TypeValuePair
XorFunction. evaluate(FormulaContext context, ParameterCallback parameters)
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.math
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.rounding
Methods in org.pentaho.reporting.libraries.formula.function.rounding that throw EvaluationException Modifier and Type Method Description TypeValuePair
IntFunction. evaluate(FormulaContext context, ParameterCallback parameters)
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.text
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.userdefined
Methods in org.pentaho.reporting.libraries.formula.function.userdefined that throw EvaluationException Modifier and Type Method Description TypeValuePair
CsvArrayFunction. evaluate(FormulaContext context, ParameterCallback parameters)
TypeValuePair
CsvTextFunction. evaluate(FormulaContext context, ParameterCallback parameters)
TypeValuePair
NormalizeArrayFunction. evaluate(FormulaContext context, ParameterCallback parameters)
TypeValuePair
ParseDateFunction. evaluate(FormulaContext context, ParameterCallback parameters)
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.lvalues
Methods in org.pentaho.reporting.libraries.formula.lvalues that throw EvaluationException Modifier and Type Method Description TypeValuePair
ContextLookup. evaluate()
TypeValuePair
DefaultDataTable. evaluate()
TypeValuePair
FormulaFunction. evaluate()
TypeValuePair
LValue. evaluate()
TypeValuePair
PostfixTerm. evaluate()
TypeValuePair
PrefixTerm. evaluate()
TypeValuePair
Term. evaluate()
void
AbstractLValue. initialize(FormulaContext context)
void
DefaultDataTable. initialize(FormulaContext context)
void
FormulaFunction. initialize(FormulaContext context)
void
LValue. initialize(FormulaContext context)
void
StaticValue. initialize(FormulaContext context)
void
Term. initialize(FormulaContext context)
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.operators
Methods in org.pentaho.reporting.libraries.formula.operators that throw EvaluationException Modifier and Type Method Description TypeValuePair
AbstractCompareOperator. evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2)
TypeValuePair
AbstractNumericOperator. evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2)
TypeValuePair
ConcatOperator. evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2)
java.lang.Number
DivideOperator. evaluate(java.lang.Number number1, java.lang.Number number2)
TypeValuePair
EqualOperator. evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2)
TypeValuePair
InfixOperator. evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2)
Evaluates the comptuation for both parameters.TypeValuePair
MinusSignOperator. evaluate(FormulaContext context, TypeValuePair value1)
TypeValuePair
NotEqualOperator. evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2)
TypeValuePair
PercentageOperator. evaluate(FormulaContext context, TypeValuePair value1)
TypeValuePair
PlusSignOperator. evaluate(FormulaContext context, TypeValuePair value1)
TypeValuePair
PostfixOperator. evaluate(FormulaContext context, TypeValuePair value1)
TypeValuePair
PrefixOperator. evaluate(FormulaContext context, TypeValuePair value1)
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.typing
Subclasses of EvaluationException in org.pentaho.reporting.libraries.formula.typing Modifier and Type Class Description class
TypeConversionException
Creation-Date: 10.04.2007, 14:13:40Methods in org.pentaho.reporting.libraries.formula.typing that throw EvaluationException Modifier and Type Method Description int
ExtendedComparator. compare(Type type1, java.lang.Object value1, Type type2, java.lang.Object value2)
Returns null, if the types are not comparable and are not convertible at all.TypeValuePair
DefaultTypeRegistry. convertTo(Type targetType, TypeValuePair valuePair)
Checks whether the target type would accept the specified value object and value type.
This method is called for auto conversion of fonction parameters using the conversion type declared by the function metadata.TypeValuePair
TypeRegistry. convertTo(Type targetType, TypeValuePair valuePair)
Checks whether the target type would accept the specified value object and value type.ArrayCallback
DefaultTypeRegistry. convertToArray(Type type, java.lang.Object value)
ArrayCallback
TypeRegistry. convertToArray(Type type, java.lang.Object value)
java.util.Date
DefaultTypeRegistry. convertToDate(Type type1, java.lang.Object value)
java.util.Date
TypeRegistry. convertToDate(Type type1, java.lang.Object value)
Converts the object of the given type into a date.java.lang.Boolean
TypeRegistry. convertToLogical(Type type1, java.lang.Object value)
Converts the object of the given type into a boolean.java.lang.Number
DefaultTypeRegistry. convertToNumber(Type sourceType, java.lang.Object value)
converts the object of the given type into a number.java.lang.Number
TypeRegistry. convertToNumber(Type type1, java.lang.Object value)
Converts the object of the given type into a number.NumberSequence
DefaultTypeRegistry. convertToNumberSequence(Type type, java.lang.Object value, boolean strict)
NumberSequence
TypeRegistry. convertToNumberSequence(Type type, java.lang.Object value, boolean strictTypeChecks)
Converts the given (type,value) pair into a numeric sequence.Sequence
DefaultTypeRegistry. convertToSequence(Type type, java.lang.Object value)
Sequence
TypeRegistry. convertToSequence(Type type, java.lang.Object value)
java.lang.String
DefaultTypeRegistry. convertToText(Type type1, java.lang.Object value)
java.lang.String
TypeRegistry. convertToText(Type type1, java.lang.Object value)
(This conversion is used by the operator implementations.)LValue
ArrayCallback. getRaw(int row, int column)
LValue
StaticArrayCallback. getRaw(int row, int column)
Type
ArrayCallback. getType(int row, int column)
Type
StaticArrayCallback. getType(int row, int column)
java.lang.Object
ArrayCallback. getValue(int row, int column)
java.lang.Object
StaticArrayCallback. getValue(int row, int column)
boolean
Sequence. hasNext()
java.lang.Object
Sequence. next()
java.lang.Number
NumberSequence. nextNumber()
LValue
Sequence. nextRawValue()
Constructors in org.pentaho.reporting.libraries.formula.typing that throw EvaluationException Constructor Description StaticArrayCallback(ArrayCallback source)
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.typing.sequence
Methods in org.pentaho.reporting.libraries.formula.typing.sequence that throw EvaluationException Modifier and Type Method Description boolean
AnySequence. hasNext()
java.lang.Object
AnySequence. next()
java.lang.Number
AnyNumberSequence. nextNumber()
java.lang.Number
DefaultNumberSequence. nextNumber()
LValue
AnySequence. nextRawValue()
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.util
Methods in org.pentaho.reporting.libraries.formula.util that throw EvaluationException Modifier and Type Method Description static java.math.BigDecimal
NumberUtil. divide(java.math.BigDecimal bd1, java.math.BigDecimal bd2)
-