Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

C

CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.datetime.DateTimeFunctionCategory
 
CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.financial.FinancialFunctionCategory
 
CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.information.InformationFunctionCategory
 
CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.InvalidFunctionCategory
 
CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.logical.LogicalFunctionCategory
 
CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.math.MathFunctionCategory
 
CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.rounding.RoundingFunctionCategory
 
CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.text.TextFunctionCategory
 
CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.userdefined.UserDefinedFunctionCategory
 
ChooseFunction - Class in org.pentaho.reporting.libraries.formula.function.information
This function uses an index to return a value from a list of values.
ChooseFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.ChooseFunction
 
ChooseFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.information
Describes ChooseFunction function.
ChooseFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.ChooseFunctionDescription
 
clone() - Method in class org.pentaho.reporting.libraries.formula.Formula
 
clone() - Method in class org.pentaho.reporting.libraries.formula.lvalues.AbstractLValue
 
clone() - Method in class org.pentaho.reporting.libraries.formula.lvalues.DefaultDataTable
 
clone() - Method in class org.pentaho.reporting.libraries.formula.lvalues.FormulaFunction
 
clone() - Method in interface org.pentaho.reporting.libraries.formula.lvalues.LValue
 
clone() - Method in class org.pentaho.reporting.libraries.formula.lvalues.PostfixTerm
 
clone() - Method in class org.pentaho.reporting.libraries.formula.lvalues.PrefixTerm
 
clone() - Method in class org.pentaho.reporting.libraries.formula.lvalues.Term
 
COLON - Static variable in interface org.pentaho.reporting.libraries.formula.parser.GeneratedFormulaParserConstants
 
COLUMN_LOOKUP - Static variable in interface org.pentaho.reporting.libraries.formula.parser.GeneratedFormulaParserConstants
 
COMMA - Static variable in interface org.pentaho.reporting.libraries.formula.parser.GeneratedFormulaParserConstants
 
compare(Type, Object, Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultComparator
Returns null, if the types are not comparable and are not convertible at all.
compare(Type, Object, Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.ExtendedComparator
Returns null, if the types are not comparable and are not convertible at all.
computeZeroDate(String, boolean) - Static method in class org.pentaho.reporting.libraries.formula.util.HSSFDateUtil
 
CONCAT - Static variable in interface org.pentaho.reporting.libraries.formula.parser.GeneratedFormulaParserConstants
 
ConcatOperator - Class in org.pentaho.reporting.libraries.formula.operators
Concats two strings operator.
ConcatOperator() - Constructor for class org.pentaho.reporting.libraries.formula.operators.ConcatOperator
 
ContextEvaluationException - Exception in org.pentaho.reporting.libraries.formula
Creation-Date: Dec 5, 2006, 4:19:26 PM
ContextEvaluationException(ErrorValue) - Constructor for exception org.pentaho.reporting.libraries.formula.ContextEvaluationException
 
ContextLookup - Class in org.pentaho.reporting.libraries.formula.lvalues
A reference that queries the datarow.
ContextLookup(String) - Constructor for class org.pentaho.reporting.libraries.formula.lvalues.ContextLookup
 
ContextLookup(String, ParsePosition) - Constructor for class org.pentaho.reporting.libraries.formula.lvalues.ContextLookup
 
convertTo(Type, TypeValuePair) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
Checks whether the target type would accept the specified value object and value type.
convertTo(Type, TypeValuePair) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
Checks whether the target type would accept the specified value object and value type.
convertToArray(Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
 
convertToArray(Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
 
convertToDate(Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
 
convertToDate(Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
Converts the object of the given type into a date.
convertToLogical(Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
 
convertToLogical(Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
Converts the object of the given type into a boolean.
convertToNumber(Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
converts the object of the given type into a number.
convertToNumber(Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
Converts the object of the given type into a number.
convertToNumberSequence(Type, Object, boolean) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
 
convertToNumberSequence(Type, Object, boolean) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
Converts the given (type,value) pair into a numeric sequence.
convertToSequence(Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
 
convertToSequence(Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
 
convertToText(Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
 
convertToText(Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
(This conversion is used by the operator implementations.)
convertType(int, int) - Method in class org.pentaho.reporting.libraries.formula.function.datetime.WeekDayFunction
 
CosFunction - Class in org.pentaho.reporting.libraries.formula.function.math
This function returns the acos of the value.
CosFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.math.CosFunction
 
CosFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.math
Describes CosFunction function.
CosFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.math.CosFunctionDescription
 
CountAFunction - Class in org.pentaho.reporting.libraries.formula.function.information
This function counts the number of non-empty values in the list of AnySequences provided.
CountAFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.CountAFunction
 
CountAFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.information
Describes the CountFunction function.
CountAFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.CountAFunctionDescription
 
CountBlankFunction - Class in org.pentaho.reporting.libraries.formula.function.information
This function counts the number of blank cells in the Reference provided.
CountBlankFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.CountBlankFunction
 
CountBlankFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.information
Describes the CountBlankFunction function.
CountBlankFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.CountBlankFunctionDescription
 
CountFunction - Class in org.pentaho.reporting.libraries.formula.function.information
This function counts the numbers in the list of NumberSequences provided.
CountFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.CountFunction
 
CountFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.information
Describes the CountFunction function.
CountFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.CountFunctionDescription
 
createCalendar(Date, LocalizationContext) - Static method in class org.pentaho.reporting.libraries.formula.util.DateUtil
 
createDate(int, int, int, LocalizationContext) - Static method in class org.pentaho.reporting.libraries.formula.util.DateUtil
 
createDateTime(int, int, int, int, int, int, LocalizationContext) - Static method in class org.pentaho.reporting.libraries.formula.util.DateUtil
 
createFunction(String) - Method in class org.pentaho.reporting.libraries.formula.function.DefaultFunctionRegistry
 
createFunction(String) - Method in interface org.pentaho.reporting.libraries.formula.function.FunctionRegistry
 
createInfixOperator(String) - Method in class org.pentaho.reporting.libraries.formula.operators.DefaultOperatorFactory
 
createInfixOperator(String) - Method in interface org.pentaho.reporting.libraries.formula.operators.OperatorFactory
 
createPostfixOperator(String) - Method in class org.pentaho.reporting.libraries.formula.operators.DefaultOperatorFactory
 
createPostfixOperator(String) - Method in interface org.pentaho.reporting.libraries.formula.operators.OperatorFactory
 
createPrefixOperator(String) - Method in class org.pentaho.reporting.libraries.formula.operators.DefaultOperatorFactory
 
createPrefixOperator(String) - Method in interface org.pentaho.reporting.libraries.formula.operators.OperatorFactory
 
createTime(int, int, int, LocalizationContext) - Static method in class org.pentaho.reporting.libraries.formula.util.DateUtil
 
CsvArrayFunction - Class in org.pentaho.reporting.libraries.formula.function.userdefined
Todo: Document me!
CsvArrayFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.userdefined.CsvArrayFunction
 
CsvArrayFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.userdefined
Todo: Document me!
CsvArrayFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.userdefined.CsvArrayFunctionDescription
 
CsvTextFunction - Class in org.pentaho.reporting.libraries.formula.function.userdefined
Todo: Document me!
CsvTextFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.userdefined.CsvTextFunction
 
CsvTextFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.userdefined
Todo: Document me!
CsvTextFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.userdefined.CsvTextFunctionDescription
 
currentToken - Variable in exception org.pentaho.reporting.libraries.formula.parser.ParseException
This is the last token that has been consumed successfully.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links