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

A

AbsFunction - Class in org.jfree.formula.function.math
This function returns the absolute (nonnegative) of the value.
AbsFunction() - Constructor for class org.jfree.formula.function.math.AbsFunction
 
AbsFunctionDescription - Class in org.jfree.formula.function.math
Describes AbsFunction function.
AbsFunctionDescription() - Constructor for class org.jfree.formula.function.math.AbsFunctionDescription
 
AbstractCompareOperator - Class in org.jfree.formula.operators
Creation-Date: 06.06.2007, 18:52:25
AbstractCompareOperator() - Constructor for class org.jfree.formula.operators.AbstractCompareOperator
 
AbstractFunctionCategory - Class in org.jfree.formula.function
Creation-Date: 05.11.2006, 14:31:22
AbstractFunctionCategory(String) - Constructor for class org.jfree.formula.function.AbstractFunctionCategory
 
AbstractFunctionDescription - Class in org.jfree.formula.function
Creation-Date: 04.11.2006, 18:30:33
AbstractFunctionDescription(String) - Constructor for class org.jfree.formula.function.AbstractFunctionDescription
 
AbstractLValue - Class in org.jfree.formula.lvalues
Creation-Date: 01.11.2006, 18:19:00
AbstractLValue() - Constructor for class org.jfree.formula.lvalues.AbstractLValue
 
AbstractNumericOperator - Class in org.jfree.formula.operators
Creation-Date: 10.04.2007, 15:02:39
AbstractNumericOperator() - Constructor for class org.jfree.formula.operators.AbstractNumericOperator
 
add(InfixOperator, LValue) - Method in class org.jfree.formula.lvalues.Term
 
add_escapes(String) - Method in exception org.jfree.formula.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addEscapes(String) - Static method in error org.jfree.formula.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addFlag(String) - Method in class org.jfree.formula.typing.DefaultType
 
AddOperator - Class in org.jfree.formula.operators
Null-Values are converted into ZERO
AddOperator() - Constructor for class org.jfree.formula.operators.AddOperator
 
adjustBeginLineColumn(int, int) - Method in class org.jfree.formula.parser.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Method in class org.jfree.formula.parser.JavaCharStream
 
AndFunction - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:15
AndFunction() - Constructor for class org.jfree.formula.function.logical.AndFunction
 
AndFunctionDescription - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:55
AndFunctionDescription() - Constructor for class org.jfree.formula.function.logical.AndFunctionDescription
 
ANY_ARRAY - Static variable in class org.jfree.formula.typing.coretypes.AnyType
 
ANY_TYPE - Static variable in interface org.jfree.formula.typing.Type
 
AnyType - Class in org.jfree.formula.typing.coretypes
Creation-Date: 02.11.2006, 09:37:54
APPROXIMATE_NUMERIC_LITERAL - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
ARRAY_TYPE - Static variable in interface org.jfree.formula.typing.Type
 
ArrayCallback - Interface in org.jfree.formula.typing
 
ArrayConverter - Class in org.jfree.formula.util
Creation-Date: 08.10.2006, 17:37:50
AverageFunction - Class in org.jfree.formula.function.math
This function returns the average of the number sequence.
AverageFunction() - Constructor for class org.jfree.formula.function.math.AverageFunction
 
AverageFunctionDescription - Class in org.jfree.formula.function.math
Describes AverageFunction function.
AverageFunctionDescription() - Constructor for class org.jfree.formula.function.math.AverageFunctionDescription
 

B

backup(int) - Method in class org.jfree.formula.parser.JavaCharStream
 
beginColumn - Variable in class org.jfree.formula.parser.Token
 
beginLine - Variable in class org.jfree.formula.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.jfree.formula.parser.JavaCharStream
 
BINARY_DIGIT - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
bufcolumn - Variable in class org.jfree.formula.parser.JavaCharStream
 
buffer - Variable in class org.jfree.formula.parser.JavaCharStream
 
bufline - Variable in class org.jfree.formula.parser.JavaCharStream
 
bufpos - Variable in class org.jfree.formula.parser.JavaCharStream
 

C

CATEGORY - Static variable in class org.jfree.formula.function.datetime.DateTimeFunctionCategory
 
CATEGORY - Static variable in class org.jfree.formula.function.financial.FinancialFunctionCategory
 
CATEGORY - Static variable in class org.jfree.formula.function.information.InformationFunctionCategory
 
CATEGORY - Static variable in class org.jfree.formula.function.logical.LogicalFunctionCategory
 
CATEGORY - Static variable in class org.jfree.formula.function.math.MathFunctionCategory
 
CATEGORY - Static variable in class org.jfree.formula.function.rounding.RoundingFunctionCategory
 
CATEGORY - Static variable in class org.jfree.formula.function.text.TextFunctionCategory
 
CATEGORY - Static variable in class org.jfree.formula.function.userdefined.UserDefinedFunctionCategory
 
ChooseFunction - Class in org.jfree.formula.function.information
This function uses an index to return a value from a list of values.
ChooseFunction() - Constructor for class org.jfree.formula.function.information.ChooseFunction
 
ChooseFunctionDescription - Class in org.jfree.formula.function.information
Describes ChooseFunction function.
ChooseFunctionDescription() - Constructor for class org.jfree.formula.function.information.ChooseFunctionDescription
 
clone() - Method in class org.jfree.formula.Formula
 
clone() - Method in class org.jfree.formula.function.userdefined.MappedFunction
 
clone() - Method in class org.jfree.formula.lvalues.AbstractLValue
 
clone() - Method in class org.jfree.formula.lvalues.DefaultDataTable
 
clone() - Method in class org.jfree.formula.lvalues.FormulaFunction
 
clone() - Method in interface org.jfree.formula.lvalues.LValue
 
clone() - Method in class org.jfree.formula.lvalues.PostfixTerm
 
clone() - Method in class org.jfree.formula.lvalues.PrefixTerm
 
clone() - Method in class org.jfree.formula.lvalues.Term
 
COLON - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
column - Variable in class org.jfree.formula.parser.JavaCharStream
 
COLUMN_LOOKUP - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
COMMA - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
compare(Type, Object, Type, Object) - Method in class org.jfree.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.jfree.formula.typing.ExtendedComparator
Returns null, if the types are not comparable and are not convertible at all.
CONCAT - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
ConcatOperator - Class in org.jfree.formula.operators
Concats two strings operator.
ConcatOperator() - Constructor for class org.jfree.formula.operators.ConcatOperator
 
ContextEvaluationException - Exception in org.jfree.formula
Creation-Date: Dec 5, 2006, 4:19:26 PM
ContextEvaluationException(ErrorValue) - Constructor for exception org.jfree.formula.ContextEvaluationException
 
ContextLookup - Class in org.jfree.formula.lvalues
A reference that queries the datarow.
ContextLookup(String) - Constructor for class org.jfree.formula.lvalues.ContextLookup
 
convertTo(Type, TypeValuePair) - Method in class org.jfree.formula.typing.DefaultTypeRegistry
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.
convertTo(Type, TypeValuePair) - Method in interface org.jfree.formula.typing.TypeRegistry
Checks, whether the target type would accept the specified value object and value type.
convertToDate(Type, Object) - Method in class org.jfree.formula.typing.DefaultTypeRegistry
 
convertToDate(Type, Object) - Method in interface org.jfree.formula.typing.TypeRegistry
Converts the object of the given type into a date.
convertToLogical(Type, Object) - Method in class org.jfree.formula.typing.DefaultTypeRegistry
 
convertToLogical(Type, Object) - Method in interface org.jfree.formula.typing.TypeRegistry
Converts the object of the given type into a boolean.
convertToNumber(Type, Object) - Method in class org.jfree.formula.typing.DefaultTypeRegistry
converts the object of the given type into a number.
convertToNumber(Type, Object) - Method in interface org.jfree.formula.typing.TypeRegistry
Converts the object of the given type into a number.
convertToNumber(TypeRegistry, Type, Object, Number) - Static method in class org.jfree.formula.typing.TypeRegistryUtility
 
convertToNumberSequence(Type, Object) - Method in class org.jfree.formula.typing.DefaultTypeRegistry
 
convertToNumberSequence(Type, Object) - Method in interface org.jfree.formula.typing.TypeRegistry
 
convertToText(Type, Object) - Method in class org.jfree.formula.typing.DefaultTypeRegistry
 
convertToText(Type, Object) - Method in interface org.jfree.formula.typing.TypeRegistry
(This conversion is used by the operator implementations.)
convertType(int, int) - Method in class org.jfree.formula.function.datetime.WeekDayFunction
 
createCalendar(Date, LocalizationContext) - Static method in class org.jfree.formula.util.DateUtil
 
createDate(int, int, int, LocalizationContext) - Static method in class org.jfree.formula.util.DateUtil
 
createDateTime(int, int, int, int, int, int, LocalizationContext) - Static method in class org.jfree.formula.util.DateUtil
 
createFunction(String) - Method in class org.jfree.formula.function.DefaultFunctionRegistry
 
createFunction(String) - Method in interface org.jfree.formula.function.FunctionRegistry
 
createInfixOperator(String) - Method in class org.jfree.formula.operators.DefaultOperatorFactory
 
createInfixOperator(String) - Method in interface org.jfree.formula.operators.OperatorFactory
 
createPostfixOperator(String) - Method in class org.jfree.formula.operators.DefaultOperatorFactory
 
createPostfixOperator(String) - Method in interface org.jfree.formula.operators.OperatorFactory
 
createPrefixOperator(String) - Method in class org.jfree.formula.operators.DefaultOperatorFactory
 
createPrefixOperator(String) - Method in interface org.jfree.formula.operators.OperatorFactory
 
createTime(int, int, int, LocalizationContext) - Static method in class org.jfree.formula.util.DateUtil
 
curChar - Variable in class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 
currentToken - Variable in exception org.jfree.formula.parser.ParseException
This is the last token that has been consumed successfully.

D

DataCube - Interface in org.jfree.formula.lvalues
A multi-dimensional data collection.
DataTable - Interface in org.jfree.formula.lvalues
A database is a two dimensional collection of data, arranged in a table.
DATE_TYPE - Static variable in class org.jfree.formula.typing.coretypes.DateTimeType
This Type represents an instant in time described by a date only.
DATE_TYPE - Static variable in interface org.jfree.formula.typing.Type
 
DateDifFunction - Class in org.jfree.formula.function.datetime
This function returns the number of years, months, or days between two date numbers.

The Format is a code from the following table, entered as text, that specifies the format you want: format Returns the number of y Years m Months.

DateDifFunction() - Constructor for class org.jfree.formula.function.datetime.DateDifFunction
 
DateDifFunctionDescription - Class in org.jfree.formula.function.datetime
Describes DateDifFunction function.
DateDifFunctionDescription() - Constructor for class org.jfree.formula.function.datetime.DateDifFunctionDescription
 
DateFunction - Class in org.jfree.formula.function.datetime
Creation-Date: 04.11.2006, 18:59:11
DateFunction() - Constructor for class org.jfree.formula.function.datetime.DateFunction
 
DateFunctionDescription - Class in org.jfree.formula.function.datetime
Creation-Date: 04.11.2006, 18:59:11
DateFunctionDescription() - Constructor for class org.jfree.formula.function.datetime.DateFunctionDescription
 
DATETIME_TYPE - Static variable in class org.jfree.formula.typing.coretypes.DateTimeType
This Type represents an instant in time described by a date and a time of day.
DATETIME_TYPE - Static variable in interface org.jfree.formula.typing.Type
 
DateTimeFunctionCategory - Class in org.jfree.formula.function.datetime
Creation-Date: 05.11.2006, 14:30:36
DateTimeType - Class in org.jfree.formula.typing.coretypes
This class regroups all related Types to date and time values.
DateTimeType() - Constructor for class org.jfree.formula.typing.coretypes.DateTimeType
 
DateUtil - Class in org.jfree.formula.util
 
DateValueFunction - Class in org.jfree.formula.function.datetime
This function returns
DateValueFunction() - Constructor for class org.jfree.formula.function.datetime.DateValueFunction
 
DateValueFunctionDescription - Class in org.jfree.formula.function.datetime
Describes DateValueFunction function.
DateValueFunctionDescription() - Constructor for class org.jfree.formula.function.datetime.DateValueFunctionDescription
 
DayFunction - Class in org.jfree.formula.function.datetime
This function extracts the day from a date.
DayFunction() - Constructor for class org.jfree.formula.function.datetime.DayFunction
 
DayFunctionDescription - Class in org.jfree.formula.function.datetime
Describes DayFunction function.
DayFunctionDescription() - Constructor for class org.jfree.formula.function.datetime.DayFunctionDescription
 
DAYS_CODE - Static variable in class org.jfree.formula.function.datetime.DateDifFunction
 
DAYS_IGNORING_MONTHS_YEARS - Static variable in class org.jfree.formula.function.datetime.DateDifFunction
 
DAYS_IGNORING_YEARS - Static variable in class org.jfree.formula.function.datetime.DateDifFunction
 
debugStream - Variable in class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 
DEFAULT - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
DefaultComparator - Class in org.jfree.formula.typing
Creation-Date: 03.11.2006, 16:15:28
DefaultComparator() - Constructor for class org.jfree.formula.typing.DefaultComparator
 
DefaultDataTable - Class in org.jfree.formula.lvalues
Creation-Date: 05.11.2006, 13:34:01
DefaultDataTable() - Constructor for class org.jfree.formula.lvalues.DefaultDataTable
Creates a new table.
DefaultDataTable(LValue[][]) - Constructor for class org.jfree.formula.lvalues.DefaultDataTable
 
DefaultErrorValue - Class in org.jfree.formula
Creation-Date: 31.10.2006, 13:07:37
DefaultErrorValue(String, int, String) - Constructor for class org.jfree.formula.DefaultErrorValue
 
DefaultFormulaContext - Class in org.jfree.formula
Creation-Date: 31.10.2006, 16:32:32
DefaultFormulaContext() - Constructor for class org.jfree.formula.DefaultFormulaContext
 
DefaultFormulaContext(Configuration) - Constructor for class org.jfree.formula.DefaultFormulaContext
 
DefaultFunctionDescription - Class in org.jfree.formula.function
Creation-Date: 05.11.2006, 15:13:03
DefaultFunctionDescription(String) - Constructor for class org.jfree.formula.function.DefaultFunctionDescription
 
DefaultFunctionRegistry - Class in org.jfree.formula.function
Creation-Date: 02.11.2006, 12:48:32
DefaultFunctionRegistry() - Constructor for class org.jfree.formula.function.DefaultFunctionRegistry
 
DefaultLocalizationContext - Class in org.jfree.formula
Creation-Date: 03.11.2006, 14:28:12
DefaultLocalizationContext() - Constructor for class org.jfree.formula.DefaultLocalizationContext
 
DefaultOperatorFactory - Class in org.jfree.formula.operators
Creation-Date: 02.11.2006, 12:29:27
DefaultOperatorFactory() - Constructor for class org.jfree.formula.operators.DefaultOperatorFactory
 
DefaultType - Class in org.jfree.formula.typing
Creation-Date: 02.11.2006, 09:37:54
DefaultType() - Constructor for class org.jfree.formula.typing.DefaultType
 
DefaultTypeRegistry - Class in org.jfree.formula.typing
Creation-Date: 02.11.2006, 12:46:08
DefaultTypeRegistry() - Constructor for class org.jfree.formula.typing.DefaultTypeRegistry
 
defineReference(Object, Object) - Method in class org.jfree.formula.DefaultFormulaContext
 
DELTA - Static variable in class org.jfree.formula.util.NumberUtil
 
DIGIT - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
disable_tracing() - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
DIV - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
DivideOperator - Class in org.jfree.formula.operators
A division operation.
DivideOperator() - Constructor for class org.jfree.formula.operators.DivideOperator
 
Done() - Method in class org.jfree.formula.parser.JavaCharStream
 
DQUOTE - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 

E

enable_tracing() - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
encode(String, String) - Static method in class org.jfree.formula.util.URLEncoder
 
encodeUTF8(String) - Static method in class org.jfree.formula.util.URLEncoder
Encode a string according to RFC 1738.
endColumn - Variable in class org.jfree.formula.parser.Token
 
endLine - Variable in class org.jfree.formula.parser.Token
 
EOF - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
eol - Variable in exception org.jfree.formula.parser.ParseException
The end of line string for this machine.
EQUAL - Static variable in class org.jfree.formula.typing.DefaultComparator
 
EqualOperator - Class in org.jfree.formula.operators
Creation-Date: 31.10.2006, 16:34:11
EqualOperator() - Constructor for class org.jfree.formula.operators.EqualOperator
 
equals(Object) - Method in class org.jfree.formula.function.AbstractFunctionCategory
 
equals(Object) - Method in class org.jfree.formula.LibFormulaErrorValue
 
EQUALS - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
ERROR_ARGUMENTS - Static variable in class org.jfree.formula.LibFormulaErrorValue
Invalid number of arguments error code
ERROR_ARGUMENTS_VALUE - Static variable in class org.jfree.formula.LibFormulaErrorValue
Invalid number of arguments error
ERROR_ARITHMETIC - Static variable in class org.jfree.formula.LibFormulaErrorValue
Number arithmetic error code
ERROR_ARITHMETIC_VALUE - Static variable in class org.jfree.formula.LibFormulaErrorValue
Number arithmetic error
ERROR_CONVERSION_FAILED - Static variable in class org.jfree.formula.ErrorMessages
 
ERROR_ILLEGAL_ARRAY - Static variable in class org.jfree.formula.LibFormulaErrorValue
 
ERROR_ILLEGAL_ARRAY_VALUE - Static variable in class org.jfree.formula.LibFormulaErrorValue
 
ERROR_INCONVERTIBLE_TYPE - Static variable in class org.jfree.formula.ErrorMessages
 
ERROR_INVALID_ARGUMENT - Static variable in class org.jfree.formula.LibFormulaErrorValue
Parameter types are invalid error code
ERROR_INVALID_ARGUMENT_VALUE - Static variable in class org.jfree.formula.LibFormulaErrorValue
Parameter types are invalid error
ERROR_INVALID_AUTO_ARGUMENT - Static variable in class org.jfree.formula.LibFormulaErrorValue
Parameter types are invalid error code
ERROR_INVALID_AUTO_ARGUMENT_VALUE - Static variable in class org.jfree.formula.LibFormulaErrorValue
Parameter types are invalid error
ERROR_INVALID_CHARACTER - Static variable in class org.jfree.formula.LibFormulaErrorValue
A parse error
ERROR_INVALID_FUNCTION - Static variable in class org.jfree.formula.LibFormulaErrorValue
Function name is invalid error code
ERROR_INVALID_FUNCTION_VALUE - Static variable in class org.jfree.formula.LibFormulaErrorValue
Function name is invalid error
ERROR_NA - Static variable in class org.jfree.formula.LibFormulaErrorValue
NA error code
ERROR_NA_VALUE - Static variable in class org.jfree.formula.LibFormulaErrorValue
NA error
ERROR_NOT_FOUND - Static variable in class org.jfree.formula.LibFormulaErrorValue
Occurence not found error code
ERROR_NOT_FOUND_VALUE - Static variable in class org.jfree.formula.LibFormulaErrorValue
Occurence not found error
ERROR_REFERENCE_NOT_RESOLVABLE - Static variable in class org.jfree.formula.LibFormulaErrorValue
 
ERROR_TYPE - Static variable in interface org.jfree.formula.typing.Type
 
ERROR_UNEXPECTED - Static variable in class org.jfree.formula.LibFormulaErrorValue
Unexpected error code
ERROR_UNEXPECTED_VALUE - Static variable in class org.jfree.formula.LibFormulaErrorValue
Unexpected error
ErrorMessages - Class in org.jfree.formula
Creation-Date: 31.10.2006, 13:50:39
ErrorType - Class in org.jfree.formula.typing.coretypes
Creation-Date: 02.11.2006, 09:37:54
ErrorValue - Interface in org.jfree.formula
Creation-Date: 31.10.2006, 13:06:05
evaluate() - Method in class org.jfree.formula.Formula
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.datetime.DateDifFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.datetime.DateFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.datetime.DateValueFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.datetime.DayFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.datetime.HourFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.datetime.MonthFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.datetime.NowFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.datetime.TimeFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.datetime.TodayFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.datetime.WeekDayFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.datetime.YearFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in interface org.jfree.formula.function.Function
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.ChooseFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.HasChangedFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.IsBlankFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.IsErrFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.IsErrorFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.IsEvenFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.IsLogicalFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.IsNaFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.IsNonTextFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.IsNumberFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.IsOddFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.IsRefFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.IsTextFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.information.NaFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.logical.AndFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.logical.FalseFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.logical.IfFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.logical.NotFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.logical.OrFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.logical.TrueFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.logical.XorFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.math.AbsFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.math.AverageFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.math.EvenFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.math.MaxFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.math.MinFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.math.ModFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.math.OddFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.math.SumFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.rounding.IntFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.ExactFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.FindFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.LeftFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.LenFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.LowerFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.MidFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.ReplaceFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.ReptFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.RightFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.SubstituteFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.TextFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.TFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.TrimFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.UpperFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.text.URLEncodeFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.userdefined.MappedFunction
 
evaluate(FormulaContext, ParameterCallback) - Method in class org.jfree.formula.function.userdefined.NullFunction
 
evaluate() - Method in class org.jfree.formula.lvalues.ContextLookup
 
evaluate() - Method in class org.jfree.formula.lvalues.DefaultDataTable
 
evaluate() - Method in class org.jfree.formula.lvalues.FormulaFunction
 
evaluate() - Method in interface org.jfree.formula.lvalues.LValue
 
evaluate() - Method in class org.jfree.formula.lvalues.PostfixTerm
 
evaluate() - Method in class org.jfree.formula.lvalues.PrefixTerm
 
evaluate() - Method in class org.jfree.formula.lvalues.StaticValue
 
evaluate() - Method in class org.jfree.formula.lvalues.Term
 
evaluate(FormulaContext, TypeValuePair, TypeValuePair) - Method in class org.jfree.formula.operators.AbstractCompareOperator
 
evaluate(int) - Method in class org.jfree.formula.operators.AbstractCompareOperator
 
evaluate(FormulaContext, TypeValuePair, TypeValuePair) - Method in class org.jfree.formula.operators.AbstractNumericOperator
 
evaluate(Number, Number) - Method in class org.jfree.formula.operators.AbstractNumericOperator
 
evaluate(Number, Number) - Method in class org.jfree.formula.operators.AddOperator
 
evaluate(FormulaContext, TypeValuePair, TypeValuePair) - Method in class org.jfree.formula.operators.ConcatOperator
 
evaluate(Number, Number) - Method in class org.jfree.formula.operators.DivideOperator
 
evaluate(FormulaContext, TypeValuePair, TypeValuePair) - Method in class org.jfree.formula.operators.EqualOperator
 
evaluate(int) - Method in class org.jfree.formula.operators.GreaterEqualOperator
 
evaluate(int) - Method in class org.jfree.formula.operators.GreaterOperator
 
evaluate(FormulaContext, TypeValuePair, TypeValuePair) - Method in interface org.jfree.formula.operators.InfixOperator
Evaluates the comptuation for both parameters.
evaluate(int) - Method in class org.jfree.formula.operators.LesserEqualOperator
 
evaluate(int) - Method in class org.jfree.formula.operators.LesserOperator
 
evaluate(FormulaContext, TypeValuePair) - Method in class org.jfree.formula.operators.MinusSignOperator
 
evaluate(Number, Number) - Method in class org.jfree.formula.operators.MultiplyOperator
 
evaluate(FormulaContext, TypeValuePair, TypeValuePair) - Method in class org.jfree.formula.operators.NotEqualOperator
 
evaluate(FormulaContext, TypeValuePair) - Method in class org.jfree.formula.operators.PercentageOperator
 
evaluate(FormulaContext, TypeValuePair) - Method in class org.jfree.formula.operators.PlusSignOperator
 
evaluate(FormulaContext, TypeValuePair) - Method in interface org.jfree.formula.operators.PostfixOperator
 
evaluate(Number, Number) - Method in class org.jfree.formula.operators.PowerOperator
 
evaluate(FormulaContext, TypeValuePair) - Method in interface org.jfree.formula.operators.PrefixOperator
 
evaluate(Number, Number) - Method in class org.jfree.formula.operators.SubtractOperator
 
evaluateTyped() - Method in class org.jfree.formula.Formula
 
EvaluationException - Exception in org.jfree.formula
Creation-Date: 31.10.2006, 14:15:29
EvaluationException(ErrorValue) - Constructor for exception org.jfree.formula.EvaluationException
Creates a StackableRuntimeException with no message and no parent.
EvenFunction - Class in org.jfree.formula.function.math
This function returns the rounding of a number up to the nearest even integer.
EvenFunction() - Constructor for class org.jfree.formula.function.math.EvenFunction
 
EvenFunctionDescription - Class in org.jfree.formula.function.math
Describes EvenFunction function.
EvenFunctionDescription() - Constructor for class org.jfree.formula.function.math.EvenFunctionDescription
 
EXACT_NUMERIC_LITERAL - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
ExactFunction - Class in org.jfree.formula.function.text
This function reports if two given text values are exactly equal using a case-sensitive comparison.
ExactFunction() - Constructor for class org.jfree.formula.function.text.ExactFunction
 
ExactFunctionDescription - Class in org.jfree.formula.function.text
Describes ExactFunction function.
ExactFunctionDescription() - Constructor for class org.jfree.formula.function.text.ExactFunctionDescription
 
ExpandBuff(boolean) - Method in class org.jfree.formula.parser.JavaCharStream
 
expectedTokenSequences - Variable in exception org.jfree.formula.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT_PART - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
ExtendedComparator - Interface in org.jfree.formula.typing
A comparator, that offers type support.

F

FalseFunction - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:15
FalseFunction() - Constructor for class org.jfree.formula.function.logical.FalseFunction
 
FalseFunctionDescription - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:55
FalseFunctionDescription() - Constructor for class org.jfree.formula.function.logical.FalseFunctionDescription
 
FillBuff() - Method in class org.jfree.formula.parser.JavaCharStream
 
FinancialFunctionCategory - Class in org.jfree.formula.function.financial
Creation-Date: 05.11.2006, 14:30:36
FindFunction - Class in org.jfree.formula.function.text
This function returns the starting position of a given text in the given text.
FindFunction() - Constructor for class org.jfree.formula.function.text.FindFunction
 
FindFunctionDescription - Class in org.jfree.formula.function.text
Describes FindFunction function.
FindFunctionDescription() - Constructor for class org.jfree.formula.function.text.FindFunctionDescription
 
Formula - Class in org.jfree.formula
Creation-Date: 31.10.2006, 14:43:05
Formula(String) - Constructor for class org.jfree.formula.Formula
 
Formula(LValue) - Constructor for class org.jfree.formula.Formula
 
FormulaContext - Interface in org.jfree.formula
The formula-context connects the formula functions with the outside world.
FormulaFunction - Class in org.jfree.formula.lvalues
A function.
FormulaFunction(String, LValue[]) - Constructor for class org.jfree.formula.lvalues.FormulaFunction
 
FormulaParser - Class in org.jfree.formula.parser
 
FormulaParser() - Constructor for class org.jfree.formula.parser.FormulaParser
 
FRACTION - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
Function - Interface in org.jfree.formula.function
A function is an arbitary computation.
FunctionCategory - Interface in org.jfree.formula.function
Creation-Date: 05.11.2006, 14:24:20
FunctionDescription - Interface in org.jfree.formula.function
A static definition of the function's parameters, return values etc.
FunctionRegistry - Interface in org.jfree.formula.function
The function registry contains all information about all function available.

G

GeneratedFormulaParser - Class in org.jfree.formula.parser
 
GeneratedFormulaParser() - Constructor for class org.jfree.formula.parser.GeneratedFormulaParser
 
GeneratedFormulaParser(InputStream) - Constructor for class org.jfree.formula.parser.GeneratedFormulaParser
 
GeneratedFormulaParser(Reader) - Constructor for class org.jfree.formula.parser.GeneratedFormulaParser
 
GeneratedFormulaParser(GeneratedFormulaParserTokenManager) - Constructor for class org.jfree.formula.parser.GeneratedFormulaParser
 
GeneratedFormulaParserConstants - Interface in org.jfree.formula.parser
 
GeneratedFormulaParserTokenManager - Class in org.jfree.formula.parser
 
GeneratedFormulaParserTokenManager(JavaCharStream) - Constructor for class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 
GeneratedFormulaParserTokenManager(JavaCharStream, int) - Constructor for class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 
generateParseException() - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
GENERIC_NUMBER - Static variable in class org.jfree.formula.typing.coretypes.NumberType
 
GENERIC_NUMBER_ARRAY - Static variable in class org.jfree.formula.typing.coretypes.NumberType
 
getArray(Object, Class, int) - Static method in class org.jfree.formula.util.ArrayConverter
 
getAsBigDecimal(Number) - Static method in class org.jfree.formula.operators.OperatorUtility
 
getAsBigDecimal(Number) - Static method in class org.jfree.formula.util.NumberUtil
 
getAsList(Object, Class) - Static method in class org.jfree.formula.util.ArrayConverter
 
getBeginColumn() - Method in class org.jfree.formula.parser.JavaCharStream
 
getBeginLine() - Method in class org.jfree.formula.parser.JavaCharStream
 
getBundle(String) - Method in class org.jfree.formula.DefaultLocalizationContext
 
getBundle(Locale) - Method in class org.jfree.formula.function.AbstractFunctionCategory
 
getBundle(Locale) - Method in class org.jfree.formula.function.AbstractFunctionDescription
 
getBundle(String) - Method in interface org.jfree.formula.LocalizationContext
 
getCanonicalName() - Method in class org.jfree.formula.function.datetime.DateDifFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.datetime.DateFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.datetime.DateValueFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.datetime.DayFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.datetime.HourFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.datetime.MonthFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.datetime.NowFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.datetime.TimeFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.datetime.TodayFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.datetime.WeekDayFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.datetime.YearFunction
 
getCanonicalName() - Method in interface org.jfree.formula.function.Function
 
getCanonicalName() - Method in class org.jfree.formula.function.information.ChooseFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.HasChangedFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.IsBlankFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.IsErrFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.IsErrorFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.IsEvenFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.IsLogicalFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.IsNaFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.IsNonTextFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.IsNumberFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.IsOddFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.IsRefFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.IsTextFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.information.NaFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.logical.AndFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.logical.FalseFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.logical.IfFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.logical.NotFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.logical.OrFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.logical.TrueFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.logical.XorFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.math.AbsFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.math.AverageFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.math.EvenFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.math.MaxFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.math.MinFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.math.ModFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.math.OddFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.math.SumFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.rounding.IntFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.ExactFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.FindFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.LeftFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.LenFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.LowerFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.MidFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.ReplaceFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.ReptFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.RightFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.SubstituteFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.TextFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.TFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.TrimFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.UpperFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.text.URLEncodeFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.userdefined.MappedFunction
 
getCanonicalName() - Method in class org.jfree.formula.function.userdefined.NullFunction
 
getCategories() - Method in class org.jfree.formula.function.DefaultFunctionRegistry
 
getCategories() - Method in interface org.jfree.formula.function.FunctionRegistry
 
getCategory() - Method in class org.jfree.formula.function.datetime.DateDifFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.datetime.DateFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.datetime.DateValueFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.datetime.DayFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.datetime.HourFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.datetime.MonthFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.datetime.NowFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.datetime.TimeFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.datetime.TodayFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.datetime.WeekDayFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.datetime.YearFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.DefaultFunctionDescription
 
getCategory() - Method in interface org.jfree.formula.function.FunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.ChooseFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.HasChangedFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.IsBlankFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.IsErrFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.IsErrorFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.IsEvenFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.IsLogicalFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.IsNaFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.IsNonTextFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.IsNumberFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.IsOddFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.IsRefFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.IsTextFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.information.NaFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.logical.AndFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.logical.FalseFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.logical.IfFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.logical.NotFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.logical.OrFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.logical.TrueFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.logical.XorFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.math.AbsFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.math.AverageFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.math.EvenFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.math.MaxFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.math.MinFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.math.ModFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.math.OddFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.math.SumFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.rounding.IntFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.ExactFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.FindFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.LeftFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.LenFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.LowerFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.MidFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.ReplaceFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.ReptFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.RightFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.SubstituteFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.TextFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.TFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.TrimFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.UpperFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.text.URLEncodeFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.userdefined.MappedFunctionDescription
 
getCategory() - Method in class org.jfree.formula.function.userdefined.NullFunctionDescription
 
getChildValues() - Method in class org.jfree.formula.lvalues.AbstractLValue
Returns any dependent lvalues (parameters and operands, mostly).
getChildValues() - Method in class org.jfree.formula.lvalues.DefaultDataTable
Returns any dependent lvalues (parameters and operands, mostly).
getChildValues() - Method in class org.jfree.formula.lvalues.FormulaFunction
Returns any dependent lvalues (parameters and operands, mostly).
getChildValues() - Method in interface org.jfree.formula.lvalues.LValue
Returns any dependent lvalues (parameters and operands, mostly).
getChildValues() - Method in class org.jfree.formula.lvalues.PostfixTerm
Returns any dependent lvalues (parameters and operands, mostly).
getChildValues() - Method in class org.jfree.formula.lvalues.PrefixTerm
Returns any dependent lvalues (parameters and operands, mostly).
getChildValues() - Method in class org.jfree.formula.lvalues.Term
Returns any dependent lvalues (parameters and operands, mostly).
getClassName() - Method in class org.jfree.formula.function.userdefined.MappedFunction
 
getColumn() - Method in class org.jfree.formula.parser.JavaCharStream
Deprecated.  
getColumnCount() - Method in interface org.jfree.formula.lvalues.DataTable
 
getColumnCount() - Method in interface org.jfree.formula.typing.ArrayCallback
 
getColumnName(int) - Method in interface org.jfree.formula.lvalues.DataTable
 
getColumnName(int) - Method in class org.jfree.formula.lvalues.DefaultDataTable
 
getComparator(Type, Type) - Method in class org.jfree.formula.typing.DefaultTypeRegistry
Returns an comparator for the given types.
getComparator(Type, Type) - Method in interface org.jfree.formula.typing.TypeRegistry
Returns an comparator for the given types.
getConfiguration() - Method in class org.jfree.formula.DefaultFormulaContext
 
getConfiguration() - Method in interface org.jfree.formula.FormulaContext
Returns the local configuration of the formula.
getContext() - Method in class org.jfree.formula.lvalues.AbstractLValue
 
getDateFormats(Type) - Method in class org.jfree.formula.DefaultLocalizationContext
 
getDateFormats(Type) - Method in interface org.jfree.formula.LocalizationContext
 
getDefaultNumberFormat() - Method in class org.jfree.formula.typing.DefaultTypeRegistry
 
getDefaultValue(int) - Method in class org.jfree.formula.function.AbstractFunctionDescription
Returns the default value for an optional parameter.
getDefaultValue(int) - Method in class org.jfree.formula.function.DefaultFunctionDescription
Returns the default value for an optional parameter.
getDefaultValue(int) - Method in interface org.jfree.formula.function.FunctionDescription
Returns the default value for an optional parameter.
getDefaultValue(int) - Method in class org.jfree.formula.function.information.HasChangedFunctionDescription
Returns the default value for an optional parameter.
getDefaultValue(int) - Method in class org.jfree.formula.function.logical.AndFunctionDescription
Returns the default value for an optional parameter.
getDefaultValue(int) - Method in class org.jfree.formula.function.logical.FalseFunctionDescription
Returns the default value for an optional parameter.
getDefaultValue(int) - Method in class org.jfree.formula.function.logical.IfFunctionDescription
Returns the default value for an optional parameter.
getDefaultValue(int) - Method in class org.jfree.formula.function.logical.NotFunctionDescription
Returns the default value for an optional parameter.
getDefaultValue(int) - Method in class org.jfree.formula.function.logical.OrFunctionDescription
Returns the default value for an optional parameter.
getDefaultValue(int) - Method in class org.jfree.formula.function.logical.TrueFunctionDescription
Returns the default value for an optional parameter.
getDefaultValue(int) - Method in class org.jfree.formula.function.logical.XorFunctionDescription
Returns the default value for an optional parameter.
getDefaultValue(int) - Method in class org.jfree.formula.function.userdefined.MappedFunctionDescription
Returns the default value for an optional parameter.
getDefaultValue(int) - Method in class org.jfree.formula.function.userdefined.NullFunctionDescription
Returns the default value for an optional parameter.
getDescription(Locale) - Method in class org.jfree.formula.function.AbstractFunctionCategory
 
getDescription(Locale) - Method in class org.jfree.formula.function.AbstractFunctionDescription
 
getDescription(Locale) - Method in class org.jfree.formula.function.DefaultFunctionDescription
 
getDescription(Locale) - Method in interface org.jfree.formula.function.FunctionCategory
 
getDescription(Locale) - Method in interface org.jfree.formula.function.FunctionDescription
 
getDescription(Locale) - Method in class org.jfree.formula.function.userdefined.MappedFunctionDescription
 
getDimensionCount(Class) - Static method in class org.jfree.formula.util.ArrayConverter
 
getDisplayName(Locale) - Method in class org.jfree.formula.function.AbstractFunctionCategory
 
getDisplayName(Locale) - Method in class org.jfree.formula.function.AbstractFunctionDescription
 
getDisplayName(Locale) - Method in class org.jfree.formula.function.DefaultFunctionDescription
 
getDisplayName(Locale) - Method in interface org.jfree.formula.function.FunctionCategory
 
getDisplayName(Locale) - Method in interface org.jfree.formula.function.FunctionDescription
 
getDisplayName(Locale) - Method in class org.jfree.formula.function.userdefined.MappedFunctionDescription
 
getEndColumn() - Method in class org.jfree.formula.parser.JavaCharStream
 
getEndLine() - Method in class org.jfree.formula.parser.JavaCharStream
 
getErrorCode() - Method in class org.jfree.formula.DefaultErrorValue
 
getErrorCode() - Method in interface org.jfree.formula.ErrorValue
 
getErrorCode() - Method in class org.jfree.formula.LibFormulaErrorValue
 
getErrorMessage(Locale) - Method in class org.jfree.formula.DefaultErrorValue
 
getErrorMessage(int) - Static method in class org.jfree.formula.ErrorMessages
 
getErrorMessage(Locale) - Method in interface org.jfree.formula.ErrorValue
 
getErrorMessage(Locale) - Method in class org.jfree.formula.LibFormulaErrorValue
 
getErrorValue() - Method in exception org.jfree.formula.EvaluationException
 
getExcelDate(Date) - Static method in class org.jfree.formula.util.HSSFDateUtil
Given a Date, converts it into a double representing its internal Excel representation, which is the number of days since 1/1/1900.
getExpression() - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
getFunction() - Method in class org.jfree.formula.lvalues.FormulaFunction
Returns the initialized function.
getFunctionName() - Method in class org.jfree.formula.lvalues.FormulaFunction
Returns the function's name.
getFunctionNames() - Method in class org.jfree.formula.function.DefaultFunctionRegistry
 
getFunctionNames() - Method in interface org.jfree.formula.function.FunctionRegistry
 
getFunctionNamesByCategory(FunctionCategory) - Method in class org.jfree.formula.function.DefaultFunctionRegistry
 
getFunctionNamesByCategory(FunctionCategory) - Method in interface org.jfree.formula.function.FunctionRegistry
 
getFunctionRegistry() - Method in class org.jfree.formula.DefaultFormulaContext
 
getFunctionRegistry() - Method in interface org.jfree.formula.FormulaContext
Returns the function registry.
getFunctions() - Method in class org.jfree.formula.function.DefaultFunctionRegistry
 
getFunctions() - Method in interface org.jfree.formula.function.FunctionRegistry
 
getFunctionsByCategory(FunctionCategory) - Method in class org.jfree.formula.function.DefaultFunctionRegistry
 
getFunctionsByCategory(FunctionCategory) - Method in interface org.jfree.formula.function.FunctionRegistry
 
getHeadValue() - Method in class org.jfree.formula.lvalues.Term
 
GetImage() - Method in class org.jfree.formula.parser.JavaCharStream
 
getInfixOperator() - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
getInstance() - Static method in class org.jfree.formula.LibFormulaBoot
 
getInstance() - Static method in class org.jfree.formula.LibFormulaInfo
 
getJavaDate(double) - Static method in class org.jfree.formula.util.HSSFDateUtil
Given a excel date, converts it into a Date.
getJavaDate(double, boolean) - Static method in class org.jfree.formula.util.HSSFDateUtil
Given an Excel date with either 1900 or 1904 date windowing, converts it to a java.util.Date.
getLevel() - Method in class org.jfree.formula.operators.AddOperator
 
getLevel() - Method in class org.jfree.formula.operators.ConcatOperator
 
getLevel() - Method in class org.jfree.formula.operators.DivideOperator
 
getLevel() - Method in class org.jfree.formula.operators.EqualOperator
 
getLevel() - Method in class org.jfree.formula.operators.GreaterEqualOperator
 
getLevel() - Method in class org.jfree.formula.operators.GreaterOperator
 
getLevel() - Method in interface org.jfree.formula.operators.InfixOperator
 
getLevel() - Method in class org.jfree.formula.operators.LesserEqualOperator
 
getLevel() - Method in class org.jfree.formula.operators.LesserOperator
 
getLevel() - Method in class org.jfree.formula.operators.MultiplyOperator
 
getLevel() - Method in class org.jfree.formula.operators.NotEqualOperator
 
getLevel() - Method in class org.jfree.formula.operators.PowerOperator
 
getLevel() - Method in class org.jfree.formula.operators.SubtractOperator
 
getLine() - Method in class org.jfree.formula.parser.JavaCharStream
Deprecated.  
getLocale() - Method in class org.jfree.formula.DefaultLocalizationContext
 
getLocale() - Method in interface org.jfree.formula.LocalizationContext
 
getLocalizationContext() - Method in class org.jfree.formula.DefaultFormulaContext
 
getLocalizationContext() - Method in interface org.jfree.formula.FormulaContext
Returns the localization context of this formula.
getLValue() - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
getMessage() - Method in exception org.jfree.formula.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.jfree.formula.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMetaData(String) - Method in class org.jfree.formula.function.DefaultFunctionRegistry
 
getMetaData(String) - Method in interface org.jfree.formula.function.FunctionRegistry
 
getMetaData() - Method in class org.jfree.formula.lvalues.FormulaFunction
Returns the function's meta-data.
getName() - Method in class org.jfree.formula.lvalues.ContextLookup
 
getNamespace() - Method in class org.jfree.formula.DefaultErrorValue
 
getNamespace() - Method in interface org.jfree.formula.ErrorValue
 
getNamespace() - Method in class org.jfree.formula.LibFormulaErrorValue
 
getNextToken() - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
getNextToken() - Method in class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 
getOperands() - Method in class org.jfree.formula.lvalues.Term
 
getOperator() - Method in class org.jfree.formula.lvalues.PostfixTerm
 
getOperator() - Method in class org.jfree.formula.lvalues.PrefixTerm
 
getOperatorFactory() - Method in class org.jfree.formula.DefaultFormulaContext
 
getOperatorFactory() - Method in interface org.jfree.formula.FormulaContext
Returns the operator registry.
getOperatorFactory() - Method in class org.jfree.formula.parser.FormulaParser
 
getOperatorFactory() - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
getOperators() - Method in class org.jfree.formula.lvalues.Term
 
getOptimizedHeadValue() - Method in class org.jfree.formula.lvalues.Term
Allows access to the post optimized head value note that without the optimization, it's difficult to traverse libformula's object model.
getOptimizedOperands() - Method in class org.jfree.formula.lvalues.Term
Allows access to the post optimized operand array
getOptimizedOperators() - Method in class org.jfree.formula.lvalues.Term
Allows access to the post optimized operator array
getParameterCount() - Method in class org.jfree.formula.function.datetime.DateDifFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.datetime.DateFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.datetime.DateValueFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.datetime.DayFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.datetime.HourFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.datetime.MonthFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.datetime.NowFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.datetime.TimeFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.datetime.TodayFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.datetime.WeekDayFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.datetime.YearFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.DefaultFunctionDescription
 
getParameterCount() - Method in interface org.jfree.formula.function.FunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.ChooseFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.HasChangedFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.IsBlankFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.IsErrFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.IsErrorFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.IsEvenFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.IsLogicalFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.IsNaFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.IsNonTextFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.IsNumberFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.IsOddFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.IsRefFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.IsTextFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.information.NaFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.logical.AndFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.logical.FalseFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.logical.IfFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.logical.NotFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.logical.OrFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.logical.TrueFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.logical.XorFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.math.AbsFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.math.AverageFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.math.EvenFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.math.MaxFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.math.MinFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.math.ModFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.math.OddFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.math.SumFunctionDescription
 
getParameterCount() - Method in interface org.jfree.formula.function.ParameterCallback
 
getParameterCount() - Method in class org.jfree.formula.function.rounding.IntFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.ExactFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.FindFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.LeftFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.LenFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.LowerFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.MidFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.ReplaceFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.ReptFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.RightFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.SubstituteFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.TextFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.TFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.TrimFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.UpperFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.text.URLEncodeFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.userdefined.MappedFunctionDescription
 
getParameterCount() - Method in class org.jfree.formula.function.userdefined.NullFunctionDescription
 
getParameterDescription(int, Locale) - Method in class org.jfree.formula.function.AbstractFunctionDescription
 
getParameterDescription(int, Locale) - Method in class org.jfree.formula.function.DefaultFunctionDescription
 
getParameterDescription(int, Locale) - Method in interface org.jfree.formula.function.FunctionDescription
 
getParameterDescription(int, Locale) - Method in class org.jfree.formula.function.userdefined.MappedFunctionDescription
 
getParameterDisplayName(int, Locale) - Method in class org.jfree.formula.function.AbstractFunctionDescription
 
getParameterDisplayName(int, Locale) - Method in class org.jfree.formula.function.DefaultFunctionDescription
 
getParameterDisplayName(int, Locale) - Method in interface org.jfree.formula.function.FunctionDescription
 
getParameterDisplayName(int, Locale) - Method in class org.jfree.formula.function.userdefined.MappedFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.datetime.DateDifFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.datetime.DateFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.datetime.DateValueFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.datetime.DayFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.datetime.HourFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.datetime.MonthFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.datetime.NowFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.datetime.TimeFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.datetime.TodayFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.datetime.WeekDayFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.datetime.YearFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.DefaultFunctionDescription
 
getParameterType(int) - Method in interface org.jfree.formula.function.FunctionDescription
Returns the parameter type at the given position using the function metadata.
getParameterType(int) - Method in class org.jfree.formula.function.information.ChooseFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.HasChangedFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.IsBlankFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.IsErrFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.IsErrorFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.IsEvenFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.IsLogicalFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.IsNaFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.IsNonTextFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.IsNumberFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.IsOddFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.IsRefFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.IsTextFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.information.NaFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.logical.AndFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.logical.FalseFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.logical.IfFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.logical.NotFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.logical.OrFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.logical.TrueFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.logical.XorFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.math.AbsFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.math.AverageFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.math.EvenFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.math.MaxFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.math.MinFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.math.ModFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.math.OddFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.math.SumFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.rounding.IntFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.ExactFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.FindFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.LeftFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.LenFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.LowerFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.MidFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.ReplaceFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.ReptFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.RightFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.SubstituteFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.TextFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.TFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.TrimFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.UpperFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.text.URLEncodeFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.userdefined.MappedFunctionDescription
 
getParameterType(int) - Method in class org.jfree.formula.function.userdefined.NullFunctionDescription
 
getPostfixOperator() - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
getPrefixOperator() - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
getProjectInfo() - Method in class org.jfree.formula.LibFormulaBoot
 
getProperty(String) - Method in class org.jfree.formula.typing.DefaultType
 
getProperty(String) - Method in interface org.jfree.formula.typing.Type
 
getRaw(int) - Method in interface org.jfree.formula.function.ParameterCallback
 
getRaw(int, int) - Method in interface org.jfree.formula.typing.ArrayCallback
 
getRootReference() - Method in class org.jfree.formula.Formula
Returns the root reference for this formula.
getRowCount() - Method in interface org.jfree.formula.lvalues.DataTable
 
getRowCount() - Method in interface org.jfree.formula.typing.ArrayCallback
 
GetSuffix(int) - Method in class org.jfree.formula.parser.JavaCharStream
 
getTimeZone() - Method in class org.jfree.formula.DefaultLocalizationContext
 
getTimeZone() - Method in interface org.jfree.formula.LocalizationContext
 
getToken(int) - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
getType(int) - Method in interface org.jfree.formula.function.ParameterCallback
 
getType() - Method in class org.jfree.formula.lvalues.TypeValuePair
 
getType(int, int) - Method in interface org.jfree.formula.typing.ArrayCallback
 
getTypeRegistry() - Method in class org.jfree.formula.DefaultFormulaContext
 
getTypeRegistry() - Method in interface org.jfree.formula.FormulaContext
Returns the type registry.
getValue(int) - Method in interface org.jfree.formula.function.ParameterCallback
 
getValue() - Method in class org.jfree.formula.lvalues.PostfixTerm
 
getValue() - Method in class org.jfree.formula.lvalues.PrefixTerm
 
getValue() - Method in class org.jfree.formula.lvalues.StaticValue
 
getValue() - Method in class org.jfree.formula.lvalues.TypeValuePair
 
getValue(int, int) - Method in interface org.jfree.formula.typing.ArrayCallback
 
getValueAt(int, int) - Method in interface org.jfree.formula.lvalues.DataTable
 
getValueAt(int, int) - Method in class org.jfree.formula.lvalues.DefaultDataTable
 
getValueType() - Method in class org.jfree.formula.function.datetime.DateDifFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.datetime.DateFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.datetime.DateValueFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.datetime.DayFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.datetime.HourFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.datetime.MonthFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.datetime.NowFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.datetime.TimeFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.datetime.TodayFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.datetime.WeekDayFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.datetime.YearFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.DefaultFunctionDescription
 
getValueType() - Method in interface org.jfree.formula.function.FunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.ChooseFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.HasChangedFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.IsBlankFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.IsErrFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.IsErrorFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.IsEvenFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.IsLogicalFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.IsNaFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.IsNonTextFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.IsNumberFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.IsOddFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.IsRefFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.IsTextFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.information.NaFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.logical.AndFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.logical.FalseFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.logical.IfFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.logical.NotFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.logical.OrFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.logical.TrueFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.logical.XorFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.math.AbsFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.math.AverageFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.math.EvenFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.math.MaxFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.math.MinFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.math.ModFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.math.OddFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.math.SumFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.rounding.IntFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.ExactFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.FindFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.LeftFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.LenFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.LowerFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.MidFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.ReplaceFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.ReptFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.RightFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.SubstituteFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.TextFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.TFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.TrimFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.UpperFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.text.URLEncodeFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.userdefined.MappedFunctionDescription
 
getValueType() - Method in class org.jfree.formula.function.userdefined.NullFunctionDescription
 
getValueType() - Method in class org.jfree.formula.lvalues.AbstractLValue
Querying the value type is only valid *after* the value has been evaluated.
getValueType() - Method in class org.jfree.formula.lvalues.DefaultDataTable
Querying the value type is only valid *after* the value has been evaluated.
getValueType() - Method in interface org.jfree.formula.lvalues.LValue
Querying the value type is only valid *after* the value has been evaluated.
getValueType() - Method in class org.jfree.formula.lvalues.StaticValue
This function allows a program traversing the LibFormula object model to know what type this static value is.
GreaterEqualOperator - Class in org.jfree.formula.operators
Creation-Date: 31.10.2006, 16:34:11
GreaterEqualOperator() - Constructor for class org.jfree.formula.operators.GreaterEqualOperator
 
GreaterOperator - Class in org.jfree.formula.operators
Creation-Date: 31.10.2006, 16:34:11
GreaterOperator() - Constructor for class org.jfree.formula.operators.GreaterOperator
 
GT - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
GT_EQUALS - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
guessTypeOfObject(Object) - Method in class org.jfree.formula.typing.DefaultTypeRegistry
 
guessTypeOfObject(Object) - Method in interface org.jfree.formula.typing.TypeRegistry
 

H

HasChangedFunction - Class in org.jfree.formula.function.information
Creation-Date: 24.11.2006, 13:02:41
HasChangedFunction() - Constructor for class org.jfree.formula.function.information.HasChangedFunction
 
HasChangedFunctionDescription - Class in org.jfree.formula.function.information
Creation-Date: 31.10.2006, 17:41:12
HasChangedFunctionDescription() - Constructor for class org.jfree.formula.function.information.HasChangedFunctionDescription
 
hashCode() - Method in class org.jfree.formula.function.AbstractFunctionCategory
 
hasNext() - Method in class org.jfree.formula.typing.sequence.NumberSequence
 
HEX_DIGIT - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
HourFunction - Class in org.jfree.formula.function.datetime
This function extracts the hour (0 through 23) from a time.
HourFunction() - Constructor for class org.jfree.formula.function.datetime.HourFunction
 
HourFunctionDescription - Class in org.jfree.formula.function.datetime
Describes HourFunction function.
HourFunctionDescription() - Constructor for class org.jfree.formula.function.datetime.HourFunctionDescription
 
HSSFDateUtil - Class in org.jfree.formula.util
Contains methods for dealing with Excel dates.

I

IDENTIFIER - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
IfFunction - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:15
IfFunction() - Constructor for class org.jfree.formula.function.logical.IfFunction
 
IfFunctionDescription - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:55
IfFunctionDescription() - Constructor for class org.jfree.formula.function.logical.IfFunctionDescription
 
image - Variable in class org.jfree.formula.parser.Token
The string image of the token.
inBuf - Variable in class org.jfree.formula.parser.JavaCharStream
 
InfixOperator - Interface in org.jfree.formula.operators
An operator.
InformationFunctionCategory - Class in org.jfree.formula.function.information
Creation-Date: 05.11.2006, 14:30:36
initalize(Configuration) - Method in class org.jfree.formula.operators.DefaultOperatorFactory
 
initalize(Configuration) - Method in interface org.jfree.formula.operators.OperatorFactory
 
initialize(Configuration) - Method in class org.jfree.formula.DefaultLocalizationContext
 
initialize(FormulaContext) - Method in class org.jfree.formula.Formula
 
initialize(Configuration) - Method in class org.jfree.formula.function.DefaultFunctionRegistry
 
initialize(FormulaContext) - Method in class org.jfree.formula.lvalues.AbstractLValue
 
initialize(FormulaContext) - Method in class org.jfree.formula.lvalues.DefaultDataTable
 
initialize(FormulaContext) - Method in class org.jfree.formula.lvalues.FormulaFunction
 
initialize(FormulaContext) - Method in interface org.jfree.formula.lvalues.LValue
 
initialize(FormulaContext) - Method in class org.jfree.formula.lvalues.StaticValue
 
initialize(FormulaContext) - Method in class org.jfree.formula.lvalues.Term
 
initialize(Configuration, FormulaContext) - Method in class org.jfree.formula.typing.DefaultTypeRegistry
 
inititalize(FormulaContext) - Method in class org.jfree.formula.typing.DefaultComparator
 
input_stream - Variable in class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 
inputStream - Variable in class org.jfree.formula.parser.JavaCharStream
 
IntFunction - Class in org.jfree.formula.function.rounding
This function returns a number down to the nearest integer.
IntFunction() - Constructor for class org.jfree.formula.function.rounding.IntFunction
 
IntFunctionDescription - Class in org.jfree.formula.function.rounding
Describes IntFunction function.
IntFunctionDescription() - Constructor for class org.jfree.formula.function.rounding.IntFunctionDescription
 
isAssociative() - Method in class org.jfree.formula.operators.AddOperator
Defines, whether the operation is associative.
isAssociative() - Method in class org.jfree.formula.operators.ConcatOperator
Defines, whether the operation is associative.
isAssociative() - Method in class org.jfree.formula.operators.DivideOperator
Defines, whether the operation is associative.
isAssociative() - Method in class org.jfree.formula.operators.EqualOperator
Defines, whether the operation is associative.
isAssociative() - Method in class org.jfree.formula.operators.GreaterEqualOperator
Defines, whether the operation is associative.
isAssociative() - Method in class org.jfree.formula.operators.GreaterOperator
Defines, whether the operation is associative.
isAssociative() - Method in interface org.jfree.formula.operators.InfixOperator
Defines, whether the operation is associative.
isAssociative() - Method in class org.jfree.formula.operators.LesserEqualOperator
Defines, whether the operation is associative.
isAssociative() - Method in class org.jfree.formula.operators.LesserOperator
Defines, whether the operation is associative.
isAssociative() - Method in class org.jfree.formula.operators.MultiplyOperator
Defines, whether the operation is associative.
isAssociative() - Method in class org.jfree.formula.operators.NotEqualOperator
Defines, whether the operation is associative.
isAssociative() - Method in class org.jfree.formula.operators.PowerOperator
Defines, whether the operation is associative.
isAssociative() - Method in class org.jfree.formula.operators.SubtractOperator
Defines, whether the operation is associative.
IsBlankFunction - Class in org.jfree.formula.function.information
Document me!
IsBlankFunction() - Constructor for class org.jfree.formula.function.information.IsBlankFunction
 
IsBlankFunctionDescription - Class in org.jfree.formula.function.information
Creation-Date: 31.10.2006, 17:41:12
IsBlankFunctionDescription() - Constructor for class org.jfree.formula.function.information.IsBlankFunctionDescription
 
isConstant() - Method in class org.jfree.formula.lvalues.ContextLookup
Checks, whether the LValue is constant.
isConstant() - Method in class org.jfree.formula.lvalues.DefaultDataTable
Checks, whether the LValue is constant.
isConstant() - Method in class org.jfree.formula.lvalues.FormulaFunction
Checks, whether the LValue is constant.
isConstant() - Method in interface org.jfree.formula.lvalues.LValue
Checks, whether the LValue is constant.
isConstant() - Method in class org.jfree.formula.lvalues.PostfixTerm
Checks, whether the LValue is constant.
isConstant() - Method in class org.jfree.formula.lvalues.PrefixTerm
Checks, whether the LValue is constant.
isConstant() - Method in class org.jfree.formula.lvalues.StaticValue
Checks, whether the LValue is constant.
isConstant() - Method in class org.jfree.formula.lvalues.Term
Checks, whether the LValue is constant.
isEqual(Type, Object, Type, Object) - Method in class org.jfree.formula.typing.DefaultComparator
 
isEqual(Type, Object, Type, Object) - Method in interface org.jfree.formula.typing.ExtendedComparator
 
IsErrFunction - Class in org.jfree.formula.function.information
This function returns true if the parameter is of error and not of error type NA.
IsErrFunction() - Constructor for class org.jfree.formula.function.information.IsErrFunction
 
IsErrFunctionDescription - Class in org.jfree.formula.function.information
Describes IsErrFunction function.
IsErrFunctionDescription() - Constructor for class org.jfree.formula.function.information.IsErrFunctionDescription
 
IsErrorFunction - Class in org.jfree.formula.function.information
This function returns true if the parameter is of error.
IsErrorFunction() - Constructor for class org.jfree.formula.function.information.IsErrorFunction
 
IsErrorFunctionDescription - Class in org.jfree.formula.function.information
Describes IsErrFunction function.
IsErrorFunctionDescription() - Constructor for class org.jfree.formula.function.information.IsErrorFunctionDescription
 
IsEvenFunction - Class in org.jfree.formula.function.information
This function retruns true if the given value is an even number.
IsEvenFunction() - Constructor for class org.jfree.formula.function.information.IsEvenFunction
 
IsEvenFunctionDescription - Class in org.jfree.formula.function.information
Describes IsEvenFunction function.
IsEvenFunctionDescription() - Constructor for class org.jfree.formula.function.information.IsEvenFunctionDescription
 
isFlagSet(String) - Method in class org.jfree.formula.typing.DefaultType
 
isFlagSet(String) - Method in interface org.jfree.formula.typing.Type
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.AbstractFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.DefaultFunctionDescription
 
isInfiniteParameterCount() - Method in interface org.jfree.formula.function.FunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.information.ChooseFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.information.HasChangedFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.logical.AndFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.logical.FalseFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.logical.NotFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.logical.OrFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.logical.TrueFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.logical.XorFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.math.AverageFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.math.MaxFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.math.MinFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.math.SumFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.userdefined.MappedFunctionDescription
 
isInfiniteParameterCount() - Method in class org.jfree.formula.function.userdefined.NullFunctionDescription
 
isInternalDateFormat(int) - Static method in class org.jfree.formula.util.HSSFDateUtil
given a format ID this will check whether the format represents an internal date format or not.
isLeftOperation() - Method in class org.jfree.formula.operators.AddOperator
 
isLeftOperation() - Method in class org.jfree.formula.operators.ConcatOperator
 
isLeftOperation() - Method in class org.jfree.formula.operators.DivideOperator
 
isLeftOperation() - Method in class org.jfree.formula.operators.EqualOperator
 
isLeftOperation() - Method in class org.jfree.formula.operators.GreaterEqualOperator
 
isLeftOperation() - Method in class org.jfree.formula.operators.GreaterOperator
 
isLeftOperation() - Method in interface org.jfree.formula.operators.InfixOperator
Defines the bind-direction of the operator.
isLeftOperation() - Method in class org.jfree.formula.operators.LesserEqualOperator
 
isLeftOperation() - Method in class org.jfree.formula.operators.LesserOperator
 
isLeftOperation() - Method in class org.jfree.formula.operators.MultiplyOperator
 
isLeftOperation() - Method in class org.jfree.formula.operators.NotEqualOperator
Defines the bind-direction of the operator.
isLeftOperation() - Method in class org.jfree.formula.operators.PowerOperator
 
isLeftOperation() - Method in class org.jfree.formula.operators.SubtractOperator
 
isLocked() - Method in class org.jfree.formula.typing.DefaultType
 
IsLogicalFunction - Class in org.jfree.formula.function.information
This function checks whatever the given value is of Logical type.
IsLogicalFunction() - Constructor for class org.jfree.formula.function.information.IsLogicalFunction
 
IsLogicalFunctionDescription - Class in org.jfree.formula.function.information
Describes IsLogicalFunction function.
IsLogicalFunctionDescription() - Constructor for class org.jfree.formula.function.information.IsLogicalFunctionDescription
 
IsNaFunction - Class in org.jfree.formula.function.information
This function returns true if the parameter is of error type NA.
IsNaFunction() - Constructor for class org.jfree.formula.function.information.IsNaFunction
 
IsNaFunctionDescription - Class in org.jfree.formula.function.information
Describes IsNaFunction function.
IsNaFunctionDescription() - Constructor for class org.jfree.formula.function.information.IsNaFunctionDescription
 
IsNonTextFunction - Class in org.jfree.formula.function.information
This function retruns false if the given value is of type Text.
IsNonTextFunction() - Constructor for class org.jfree.formula.function.information.IsNonTextFunction
 
IsNonTextFunctionDescription - Class in org.jfree.formula.function.information
Describes IsNonTextFunction function.
IsNonTextFunctionDescription() - Constructor for class org.jfree.formula.function.information.IsNonTextFunctionDescription
 
IsNumberFunction - Class in org.jfree.formula.function.information
This function retruns true if the given value is of type Number.
IsNumberFunction() - Constructor for class org.jfree.formula.function.information.IsNumberFunction
 
IsNumberFunctionDescription - Class in org.jfree.formula.function.information
Describes IsNumberFunction function.
IsNumberFunctionDescription() - Constructor for class org.jfree.formula.function.information.IsNumberFunctionDescription
 
IsOddFunction - Class in org.jfree.formula.function.information
This function retruns true if the given value is an odd number.
IsOddFunction() - Constructor for class org.jfree.formula.function.information.IsOddFunction
 
IsOddFunctionDescription - Class in org.jfree.formula.function.information
Describes IsOddFunction function.
IsOddFunctionDescription() - Constructor for class org.jfree.formula.function.information.IsOddFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.datetime.DateDifFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.datetime.DateFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.datetime.DateValueFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.datetime.DayFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.datetime.HourFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.datetime.MonthFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.datetime.NowFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.datetime.TimeFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.datetime.TodayFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.datetime.WeekDayFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.datetime.YearFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.DefaultFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in interface org.jfree.formula.function.FunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.ChooseFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.HasChangedFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.IsBlankFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.IsErrFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.IsErrorFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.IsEvenFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.IsLogicalFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.IsNaFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.IsNonTextFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.IsNumberFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.IsOddFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.IsRefFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.IsTextFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.information.NaFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.logical.AndFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.logical.FalseFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.logical.IfFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.logical.NotFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.logical.OrFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.logical.TrueFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.logical.XorFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.math.AbsFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.math.AverageFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.math.EvenFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.math.MaxFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.math.MinFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.math.ModFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.math.OddFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.math.SumFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.rounding.IntFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.ExactFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.FindFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.LeftFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.LenFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.LowerFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.MidFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.ReplaceFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.ReptFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.RightFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.SubstituteFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.TextFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.TFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.TrimFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.UpperFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.text.URLEncodeFunctionDescription
 
isParameterMandatory(int) - Method in class org.jfree.formula.function.userdefined.MappedFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isParameterMandatory(int) - Method in class org.jfree.formula.function.userdefined.NullFunctionDescription
Defines, whether the parameter at the given position is mandatory.
isReferenceDirty(Object) - Method in class org.jfree.formula.DefaultFormulaContext
 
isReferenceDirty(Object) - Method in interface org.jfree.formula.FormulaContext
Checks, whether the external object referenced by name has changed.
IsRefFunction - Class in org.jfree.formula.function.information
This function retruns true if the given value is reference.
IsRefFunction() - Constructor for class org.jfree.formula.function.information.IsRefFunction
 
IsRefFunctionDescription - Class in org.jfree.formula.function.information
Describes IsRefFunction function.
IsRefFunctionDescription() - Constructor for class org.jfree.formula.function.information.IsRefFunctionDescription
 
IsTextFunction - Class in org.jfree.formula.function.information
This function retruns true if the given value is of type Text.
IsTextFunction() - Constructor for class org.jfree.formula.function.information.IsTextFunction
 
IsTextFunctionDescription - Class in org.jfree.formula.function.information
Describes IsTextFunction function.
IsTextFunctionDescription() - Constructor for class org.jfree.formula.function.information.IsTextFunctionDescription
 
isValidExcelDate(double) - Static method in class org.jfree.formula.util.HSSFDateUtil
Given a double, checks if it is a valid Excel date.
isVolatile() - Method in class org.jfree.formula.function.AbstractFunctionDescription
 
isVolatile() - Method in class org.jfree.formula.function.datetime.NowFunctionDescription
 
isVolatile() - Method in class org.jfree.formula.function.datetime.TodayFunctionDescription
 
isVolatile() - Method in class org.jfree.formula.function.DefaultFunctionDescription
 
isVolatile() - Method in interface org.jfree.formula.function.FunctionDescription
 
isVolatile() - Method in class org.jfree.formula.function.information.HasChangedFunctionDescription
 
isVolatile() - Method in class org.jfree.formula.function.userdefined.MappedFunctionDescription
 

J

JavaCharStream - Class in org.jfree.formula.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class org.jfree.formula.parser.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class org.jfree.formula.parser.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class org.jfree.formula.parser.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class org.jfree.formula.parser.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class org.jfree.formula.parser.JavaCharStream
 
JavaCharStream(InputStream) - Constructor for class org.jfree.formula.parser.JavaCharStream
 
jj_nt - Variable in class org.jfree.formula.parser.GeneratedFormulaParser
 
jjFillToken() - Method in class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 
jjstrLiteralImages - Static variable in class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 

K

kind - Variable in class org.jfree.formula.parser.Token
An integer that describes the kind of this token.

L

L_BRACE - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
L_BRACKET - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
L_PAREN - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
LeftFunction - Class in org.jfree.formula.function.text
This function returns a selected number of text characters from the left.
This function depends on MidFunction.
LeftFunction() - Constructor for class org.jfree.formula.function.text.LeftFunction
 
LeftFunctionDescription - Class in org.jfree.formula.function.text
Describes LeftFunction function.
LeftFunctionDescription() - Constructor for class org.jfree.formula.function.text.LeftFunctionDescription
 
LenFunction - Class in org.jfree.formula.function.text
This function returns the lengh in characters of the given value.
LenFunction() - Constructor for class org.jfree.formula.function.text.LenFunction
 
LenFunctionDescription - Class in org.jfree.formula.function.text
Describes LenFunction function.
LenFunctionDescription() - Constructor for class org.jfree.formula.function.text.LenFunctionDescription
 
LESS - Static variable in class org.jfree.formula.typing.DefaultComparator
 
LesserEqualOperator - Class in org.jfree.formula.operators
Creation-Date: 31.10.2006, 16:34:11
LesserEqualOperator() - Constructor for class org.jfree.formula.operators.LesserEqualOperator
 
LesserOperator - Class in org.jfree.formula.operators
Creation-Date: 31.10.2006, 16:34:11
LesserOperator() - Constructor for class org.jfree.formula.operators.LesserOperator
 
LETTER - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
LexicalError(boolean, int, int, int, String, char) - Static method in error org.jfree.formula.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 
LibFormulaBoot - Class in org.jfree.formula
Creation-Date: 31.10.2006, 12:30:43
LibFormulaErrorValue - Class in org.jfree.formula
Creation-Date: 31.10.2006, 13:07:37
LibFormulaErrorValue(int) - Constructor for class org.jfree.formula.LibFormulaErrorValue
 
LibFormulaInfo - Class in org.jfree.formula
Creation-Date: 31.10.2006, 12:31:15
LibFormulaInfo() - Constructor for class org.jfree.formula.LibFormulaInfo
 
line - Variable in class org.jfree.formula.parser.JavaCharStream
 
loadConfiguration() - Method in class org.jfree.formula.LibFormulaBoot
 
loadNumberFormats() - Method in class org.jfree.formula.typing.DefaultTypeRegistry
 
LocalizationContext - Interface in org.jfree.formula
Creation-Date: 03.11.2006, 14:26:26
lock() - Method in class org.jfree.formula.typing.DefaultType
 
LOGICAL_TYPE - Static variable in interface org.jfree.formula.typing.Type
 
LogicalFunctionCategory - Class in org.jfree.formula.function.logical
Creation-Date: 05.11.2006, 14:30:36
LogicalType - Class in org.jfree.formula.typing.coretypes
Creation-Date: 02.11.2006, 09:37:54
LowerFunction - Class in org.jfree.formula.function.text
This function returns the given text in lower case.
LowerFunction() - Constructor for class org.jfree.formula.function.text.LowerFunction
 
LowerFunctionDescription - Class in org.jfree.formula.function.text
Describes LowerFunction function.
LowerFunctionDescription() - Constructor for class org.jfree.formula.function.text.LowerFunctionDescription
 
LT - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
LT_EQUALS - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
LValue - Interface in org.jfree.formula.lvalues
A reference is an indirection to hide the details of where the actual value came from.

M

main(String[]) - Static method in class org.jfree.formula.parser.FormulaParser
 
main(String[]) - Static method in class org.jfree.formula.util.DateUtil
 
MANTISSA - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
MappedFunction - Class in org.jfree.formula.function.userdefined
A function, that calls a method on a java class.
MappedFunction() - Constructor for class org.jfree.formula.function.userdefined.MappedFunction
 
MappedFunctionDescription - Class in org.jfree.formula.function.userdefined
Creation-Date: 05.11.2006, 14:01:22
MappedFunctionDescription() - Constructor for class org.jfree.formula.function.userdefined.MappedFunctionDescription
 
MathFunctionCategory - Class in org.jfree.formula.function.math
Creation-Date: 05.11.2006, 14:30:36
MaxFunction - Class in org.jfree.formula.function.math
This function returns the maximum from a set of numbers.
MaxFunction() - Constructor for class org.jfree.formula.function.math.MaxFunction
 
MaxFunctionDescription - Class in org.jfree.formula.function.math
Describes MaxFunction function.
MaxFunctionDescription() - Constructor for class org.jfree.formula.function.math.MaxFunctionDescription
 
maxNextCharInd - Variable in class org.jfree.formula.parser.JavaCharStream
 
MidFunction - Class in org.jfree.formula.function.text
This function returns extracted text, given an original text, starting position, and length.
MidFunction() - Constructor for class org.jfree.formula.function.text.MidFunction
 
MidFunctionDescription - Class in org.jfree.formula.function.text
Describes MidFunction function.
MidFunctionDescription() - Constructor for class org.jfree.formula.function.text.MidFunctionDescription
 
MinFunction - Class in org.jfree.formula.function.math
This function returns the minimum from a set of numbers.
MinFunction() - Constructor for class org.jfree.formula.function.math.MinFunction
 
MinFunctionDescription - Class in org.jfree.formula.function.math
Describes MinFunction function.
MinFunctionDescription() - Constructor for class org.jfree.formula.function.math.MinFunctionDescription
 
MINUS - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
MinusSignOperator - Class in org.jfree.formula.operators
Creation-Date: 02.11.2006, 10:27:03
MinusSignOperator() - Constructor for class org.jfree.formula.operators.MinusSignOperator
 
ModFunction - Class in org.jfree.formula.function.math
This function returns the remainder when one number is divided by another number.
ModFunction() - Constructor for class org.jfree.formula.function.math.ModFunction
 
ModFunctionDescription - Class in org.jfree.formula.function.math
Describes ModFunction function.
ModFunctionDescription() - Constructor for class org.jfree.formula.function.math.ModFunctionDescription
 
MonthFunction - Class in org.jfree.formula.function.datetime
This function extracts the month from a date.
MonthFunction() - Constructor for class org.jfree.formula.function.datetime.MonthFunction
 
MonthFunctionDescription - Class in org.jfree.formula.function.datetime
Describes MonthFunction function.
MonthFunctionDescription() - Constructor for class org.jfree.formula.function.datetime.MonthFunctionDescription
 
MONTHS_CODE - Static variable in class org.jfree.formula.function.datetime.DateDifFunction
 
MONTHS_IGNORING_YEARS - Static variable in class org.jfree.formula.function.datetime.DateDifFunction
 
MULT - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
MultiplyOperator - Class in org.jfree.formula.operators
Creation-Date: 31.10.2006, 16:34:11
MultiplyOperator() - Constructor for class org.jfree.formula.operators.MultiplyOperator
 

N

NaFunction - Class in org.jfree.formula.function.information
This function class represents the constant error NA.
NaFunction() - Constructor for class org.jfree.formula.function.information.NaFunction
 
NaFunctionDescription - Class in org.jfree.formula.function.information
 
NaFunctionDescription() - Constructor for class org.jfree.formula.function.information.NaFunctionDescription
 
NEWLINE - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
newToken(int) - Static method in class org.jfree.formula.parser.Token
Returns a new Token object, by default.
next - Variable in class org.jfree.formula.parser.Token
A reference to the next regular (non-special) token from the input stream.
nextCharBuf - Variable in class org.jfree.formula.parser.JavaCharStream
 
nextCharInd - Variable in class org.jfree.formula.parser.JavaCharStream
 
nextNumber() - Method in class org.jfree.formula.typing.sequence.NumberSequence
 
NON_ZERO_DIGIT - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
NONQUOTE_CHARACTER - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
NONQUOTE_LOOKUP - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
normalizeDate(Date, Type) - Static method in class org.jfree.formula.util.DateUtil
Converts a Date value according to the requested Type to the proper Date subclasses (java.sql.Time, java.sql.Date) if needed.
normalizeDate(Date, Type, boolean) - Static method in class org.jfree.formula.util.DateUtil
 
normalizeDate(Number, Type) - Static method in class org.jfree.formula.util.DateUtil
 
NOT_EQUALS - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
NotEqualOperator - Class in org.jfree.formula.operators
Creation-Date: 31.10.2006, 16:34:11
NotEqualOperator() - Constructor for class org.jfree.formula.operators.NotEqualOperator
 
NotFunction - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:15
NotFunction() - Constructor for class org.jfree.formula.function.logical.NotFunction
 
NotFunctionDescription - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:55
NotFunctionDescription() - Constructor for class org.jfree.formula.function.logical.NotFunctionDescription
 
now(LocalizationContext) - Static method in class org.jfree.formula.util.DateUtil
 
NowFunction - Class in org.jfree.formula.function.datetime
Return the serial number of the current date and time.
NowFunction() - Constructor for class org.jfree.formula.function.datetime.NowFunction
 
NowFunctionDescription - Class in org.jfree.formula.function.datetime
Creation-Date: 04.11.2006, 18:59:11
NowFunctionDescription() - Constructor for class org.jfree.formula.function.datetime.NowFunctionDescription
 
NULL - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
NullFunction - Class in org.jfree.formula.function.userdefined
Creation-Date: Dec 18, 2006, 12:54:55 PM
NullFunction() - Constructor for class org.jfree.formula.function.userdefined.NullFunction
 
NullFunctionDescription - Class in org.jfree.formula.function.userdefined
Creation-Date: 04.11.2006, 18:28:55
NullFunctionDescription() - Constructor for class org.jfree.formula.function.userdefined.NullFunctionDescription
 
NUMBER_SEQUENCE - Static variable in class org.jfree.formula.typing.coretypes.NumberType
 
NumberConverter - Interface in org.jfree.formula.typing
A class that converts arbitary data into a numeric representation.
NumberSequence - Class in org.jfree.formula.typing.sequence
 
NumberSequence(FormulaContext) - Constructor for class org.jfree.formula.typing.sequence.NumberSequence
Empty number sequence.
NumberSequence(Number, FormulaContext) - Constructor for class org.jfree.formula.typing.sequence.NumberSequence
Number sequence bounded to only one number item.
NumberSequence(ArrayCallback, FormulaContext) - Constructor for class org.jfree.formula.typing.sequence.NumberSequence
Number sequence bounded to an array.
NumberType - Class in org.jfree.formula.typing.coretypes
Creation-Date: 02.11.2006, 09:37:54
NumberType() - Constructor for class org.jfree.formula.typing.coretypes.NumberType
 
NumberUtil - Class in org.jfree.formula.util
 
NUMERIC_SEQUENCE_TYPE - Static variable in interface org.jfree.formula.typing.Type
 
NUMERIC_TYPE - Static variable in interface org.jfree.formula.typing.Type
 
NUMERIC_UNIT - Static variable in interface org.jfree.formula.typing.Type
 

O

OddFunction - Class in org.jfree.formula.function.math
This function returns the rounding a number up to the nearest odd integer, where "up" means "away from 0".
OddFunction() - Constructor for class org.jfree.formula.function.math.OddFunction
 
OddFunctionDescription - Class in org.jfree.formula.function.math
Describes OddFunction function.
OddFunctionDescription() - Constructor for class org.jfree.formula.function.math.OddFunctionDescription
 
OperatorFactory - Interface in org.jfree.formula.operators
Creation-Date: 02.11.2006, 12:27:52
OperatorUtility - Class in org.jfree.formula.operators
Creation-Date: 03.11.2006, 18:47:18
OrFunction - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:15
OrFunction() - Constructor for class org.jfree.formula.function.logical.OrFunction
 
OrFunctionDescription - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:55
OrFunctionDescription() - Constructor for class org.jfree.formula.function.logical.OrFunctionDescription
 
org.jfree.formula - package org.jfree.formula
 
org.jfree.formula.function - package org.jfree.formula.function
 
org.jfree.formula.function.datetime - package org.jfree.formula.function.datetime
 
org.jfree.formula.function.financial - package org.jfree.formula.function.financial
 
org.jfree.formula.function.information - package org.jfree.formula.function.information
 
org.jfree.formula.function.logical - package org.jfree.formula.function.logical
 
org.jfree.formula.function.math - package org.jfree.formula.function.math
 
org.jfree.formula.function.rounding - package org.jfree.formula.function.rounding
 
org.jfree.formula.function.text - package org.jfree.formula.function.text
 
org.jfree.formula.function.userdefined - package org.jfree.formula.function.userdefined
 
org.jfree.formula.lvalues - package org.jfree.formula.lvalues
 
org.jfree.formula.operators - package org.jfree.formula.operators
 
org.jfree.formula.parser - package org.jfree.formula.parser
 
org.jfree.formula.typing - package org.jfree.formula.typing
 
org.jfree.formula.typing.coretypes - package org.jfree.formula.typing.coretypes
 
org.jfree.formula.typing.sequence - package org.jfree.formula.typing.sequence
 
org.jfree.formula.util - package org.jfree.formula.util
 

P

ParameterCallback - Interface in org.jfree.formula.function
Creation-Date: 13.11.2006, 13:52:21
parse(String) - Method in class org.jfree.formula.parser.FormulaParser
 
parseArray() - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
ParseException - Exception in org.jfree.formula.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.jfree.formula.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.jfree.formula.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.jfree.formula.parser.ParseException
 
parseFunction(String) - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
parseRow() - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
ParserTools - Class in org.jfree.formula.parser
Creation-Date: 03.11.2006, 18:57:23
PERCENT - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
PercentageOperator - Class in org.jfree.formula.operators
Creation-Date: 02.11.2006, 10:27:03
PercentageOperator() - Constructor for class org.jfree.formula.operators.PercentageOperator
 
performBoot() - Method in class org.jfree.formula.LibFormulaBoot
 
performIntRounding(BigDecimal) - Static method in class org.jfree.formula.util.NumberUtil
 
PERIOD - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
PIPE - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
PLUS - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
PlusSignOperator - Class in org.jfree.formula.operators
This is a no-op-operator which is equal to "zero plus x".
PlusSignOperator() - Constructor for class org.jfree.formula.operators.PlusSignOperator
 
PostfixOperator - Interface in org.jfree.formula.operators
Creation-Date: 02.11.2006, 10:17:03
PostfixTerm - Class in org.jfree.formula.lvalues
Creation-Date: 02.11.2006, 10:20:27
PostfixTerm(LValue, PostfixOperator) - Constructor for class org.jfree.formula.lvalues.PostfixTerm
 
POW - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
PowerOperator - Class in org.jfree.formula.operators
This has to be implemented manually if we want to support arbitary precision.
PowerOperator() - Constructor for class org.jfree.formula.operators.PowerOperator
 
PrefixOperator - Interface in org.jfree.formula.operators
Creation-Date: 02.11.2006, 10:17:03
PrefixTerm - Class in org.jfree.formula.lvalues
Creation-Date: 02.11.2006, 10:20:27
PrefixTerm(PrefixOperator, LValue) - Constructor for class org.jfree.formula.lvalues.PrefixTerm
 
prevCharIsCR - Variable in class org.jfree.formula.parser.JavaCharStream
 
prevCharIsLF - Variable in class org.jfree.formula.parser.JavaCharStream
 
process(String, Number, Number) - Method in class org.jfree.formula.function.text.MidFunction
 

Q

QUEST - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
QUOTE - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 

R

R_BRACE - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
R_BRACKET - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
R_PAREN - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
ReadByte() - Method in class org.jfree.formula.parser.JavaCharStream
 
readChar() - Method in class org.jfree.formula.parser.JavaCharStream
 
ReInit(InputStream) - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
ReInit(Reader) - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
ReInit(GeneratedFormulaParserTokenManager) - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
ReInit(JavaCharStream) - Method in class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.jfree.formula.parser.JavaCharStream
 
ReInit(Reader, int, int) - Method in class org.jfree.formula.parser.JavaCharStream
 
ReInit(Reader) - Method in class org.jfree.formula.parser.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.jfree.formula.parser.JavaCharStream
 
ReInit(InputStream, int, int) - Method in class org.jfree.formula.parser.JavaCharStream
 
ReInit(InputStream) - Method in class org.jfree.formula.parser.JavaCharStream
 
removeTrailingZeros(BigDecimal) - Static method in class org.jfree.formula.util.NumberUtil
 
ReplaceFunction - Class in org.jfree.formula.function.text
This function returns text where an old text is substituted with a new text.
ReplaceFunction() - Constructor for class org.jfree.formula.function.text.ReplaceFunction
 
ReplaceFunctionDescription - Class in org.jfree.formula.function.text
Describes ReplaceFunction function.
ReplaceFunctionDescription() - Constructor for class org.jfree.formula.function.text.ReplaceFunctionDescription
 
ReptFunction - Class in org.jfree.formula.function.text
This function returns text repeated Count times.
ReptFunction() - Constructor for class org.jfree.formula.function.text.ReptFunction
 
ReptFunctionDescription - Class in org.jfree.formula.function.text
Describes ReptFunction function.
ReptFunctionDescription() - Constructor for class org.jfree.formula.function.text.ReptFunctionDescription
 
resolveReference(Object) - Method in class org.jfree.formula.DefaultFormulaContext
 
resolveReference(Object) - Method in interface org.jfree.formula.FormulaContext
Resolves the given reference.
resolveReferenceType(Object) - Method in class org.jfree.formula.DefaultFormulaContext
 
resolveReferenceType(Object) - Method in interface org.jfree.formula.FormulaContext
Queries the type of the given reference.
RightFunction - Class in org.jfree.formula.function.text
This function returns a selected number of text characters from the right.
This function depends on MidFunction.
RightFunction() - Constructor for class org.jfree.formula.function.text.RightFunction
 
RightFunctionDescription - Class in org.jfree.formula.function.text
Describes RightFunction function.
RightFunctionDescription() - Constructor for class org.jfree.formula.function.text.RightFunctionDescription
 
RoundingFunctionCategory - Class in org.jfree.formula.function.rounding
 

S

SCALAR_TYPE - Static variable in interface org.jfree.formula.typing.Type
 
SEMICOLON - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
SEQUENCE_TYPE - Static variable in interface org.jfree.formula.typing.Type
 
setDebugStream(PrintStream) - Method in class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 
setObject(int, int, LValue) - Method in class org.jfree.formula.lvalues.DefaultDataTable
Sets the object for a cell in the table.
setProperty(String, Object) - Method in class org.jfree.formula.typing.DefaultType
 
SIGN - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
specialConstructor - Variable in exception org.jfree.formula.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.jfree.formula.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
startTail(LValue) - Method in class org.jfree.formula.parser.GeneratedFormulaParser
 
staticFlag - Static variable in class org.jfree.formula.parser.JavaCharStream
 
StaticValue - Class in org.jfree.formula.lvalues
Creation-Date: 08.10.2006, 11:34:40
StaticValue(Object) - Constructor for class org.jfree.formula.lvalues.StaticValue
 
StaticValue(Object, Type) - Constructor for class org.jfree.formula.lvalues.StaticValue
 
STRING_LITERAL - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
stripQuote(String) - Static method in class org.jfree.formula.parser.ParserTools
Unconditionally removes the first and last character of the given string and also unquotes the quoted double-quotes.
SubstituteFunction - Class in org.jfree.formula.function.text
This function returns text where an old text is substituted with a new text.
SubstituteFunction() - Constructor for class org.jfree.formula.function.text.SubstituteFunction
 
SubstituteFunctionDescription - Class in org.jfree.formula.function.text
Describes SubstituteFunction function.
SubstituteFunctionDescription() - Constructor for class org.jfree.formula.function.text.SubstituteFunctionDescription
 
SubtractOperator - Class in org.jfree.formula.operators
Creation-Date: 31.10.2006, 16:34:11
SubtractOperator() - Constructor for class org.jfree.formula.operators.SubtractOperator
 
SumFunction - Class in org.jfree.formula.function.math
Creation-Date: 31.10.2006, 17:39:19
SumFunction() - Constructor for class org.jfree.formula.function.math.SumFunction
 
SumFunctionDescription - Class in org.jfree.formula.function.math
Creation-Date: 31.10.2006, 17:41:12
SumFunctionDescription() - Constructor for class org.jfree.formula.function.math.SumFunctionDescription
 
SwitchTo(int) - Method in class org.jfree.formula.parser.GeneratedFormulaParserTokenManager
 

T

Term - Class in org.jfree.formula.lvalues
An term is a list of LValues connected by operators.
Term(LValue) - Constructor for class org.jfree.formula.lvalues.Term
 
TEXT_TYPE - Static variable in interface org.jfree.formula.typing.Type
 
TextFunction - Class in org.jfree.formula.function.text
This function returns the given value as text.
TextFunction() - Constructor for class org.jfree.formula.function.text.TextFunction
 
TextFunctionCategory - Class in org.jfree.formula.function.text
Creation-Date: 05.11.2006, 14:30:36
TextFunctionDescription - Class in org.jfree.formula.function.text
 
TextFunctionDescription() - Constructor for class org.jfree.formula.function.text.TextFunctionDescription
 
TextType - Class in org.jfree.formula.typing.coretypes
Creation-Date: 02.11.2006, 09:37:54
TFunction - Class in org.jfree.formula.function.text
This function returns the given text value or a zero lenght string for non text type.
TFunction() - Constructor for class org.jfree.formula.function.text.TFunction
 
TFunctionDescription - Class in org.jfree.formula.function.text
Describes TFunction function.
TFunctionDescription() - Constructor for class org.jfree.formula.function.text.TFunctionDescription
 
TIME_TYPE - Static variable in class org.jfree.formula.typing.coretypes.DateTimeType
This Type represents an instant in time described by a time of day only.
TIME_TYPE - Static variable in interface org.jfree.formula.typing.Type
 
TimeFunction - Class in org.jfree.formula.function.datetime
This fonction constructs a time from hours, minutes, and seconds.
TimeFunction() - Constructor for class org.jfree.formula.function.datetime.TimeFunction
 
TimeFunctionDescription - Class in org.jfree.formula.function.datetime
Describes the TimeFunction function
TimeFunctionDescription() - Constructor for class org.jfree.formula.function.datetime.TimeFunctionDescription
 
TodayFunction - Class in org.jfree.formula.function.datetime
Todo: Document me!
TodayFunction() - Constructor for class org.jfree.formula.function.datetime.TodayFunction
 
TodayFunctionDescription - Class in org.jfree.formula.function.datetime
Creation-Date: 04.11.2006, 18:59:11
TodayFunctionDescription() - Constructor for class org.jfree.formula.function.datetime.TodayFunctionDescription
 
toJavaDate(Number, LocalizationContext) - Static method in class org.jfree.formula.util.DateUtil
 
token - Variable in class org.jfree.formula.parser.GeneratedFormulaParser
 
Token - Class in org.jfree.formula.parser
Describes the input token stream.
Token() - Constructor for class org.jfree.formula.parser.Token
 
token_source - Variable in class org.jfree.formula.parser.GeneratedFormulaParser
 
tokenImage - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
tokenImage - Variable in exception org.jfree.formula.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.jfree.formula.parser
 
TokenMgrError() - Constructor for error org.jfree.formula.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.jfree.formula.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.jfree.formula.parser.TokenMgrError
 
toNumber(Type, Object) - Method in interface org.jfree.formula.typing.NumberConverter
 
toSerialDate(Date, LocalizationContext) - Static method in class org.jfree.formula.util.DateUtil
 
toString() - Method in class org.jfree.formula.LibFormulaErrorValue
 
toString() - Method in class org.jfree.formula.lvalues.ContextLookup
 
toString() - Method in class org.jfree.formula.lvalues.FormulaFunction
 
toString() - Method in class org.jfree.formula.lvalues.PostfixTerm
 
toString() - Method in class org.jfree.formula.lvalues.PrefixTerm
 
toString() - Method in class org.jfree.formula.lvalues.StaticValue
 
toString() - Method in class org.jfree.formula.lvalues.Term
 
toString() - Method in class org.jfree.formula.lvalues.TypeValuePair
 
toString() - Method in class org.jfree.formula.operators.AddOperator
 
toString() - Method in class org.jfree.formula.operators.ConcatOperator
 
toString() - Method in class org.jfree.formula.operators.DivideOperator
 
toString() - Method in class org.jfree.formula.operators.EqualOperator
 
toString() - Method in class org.jfree.formula.operators.GreaterEqualOperator
 
toString() - Method in class org.jfree.formula.operators.GreaterOperator
 
toString() - Method in class org.jfree.formula.operators.LesserEqualOperator
 
toString() - Method in class org.jfree.formula.operators.LesserOperator
returns the string representation of this operator.
toString() - Method in class org.jfree.formula.operators.MinusSignOperator
 
toString() - Method in class org.jfree.formula.operators.MultiplyOperator
 
toString() - Method in class org.jfree.formula.operators.NotEqualOperator
 
toString() - Method in class org.jfree.formula.operators.PercentageOperator
 
toString() - Method in class org.jfree.formula.operators.PlusSignOperator
 
toString() - Method in class org.jfree.formula.operators.PowerOperator
 
toString() - Method in class org.jfree.formula.operators.SubtractOperator
 
toString() - Method in class org.jfree.formula.parser.Token
Returns the image.
TrimFunction - Class in org.jfree.formula.function.text
This function returns the given text free of leading spaces.
TrimFunction() - Constructor for class org.jfree.formula.function.text.TrimFunction
 
TrimFunctionDescription - Class in org.jfree.formula.function.text
Describes TrimFunction function.
TrimFunctionDescription() - Constructor for class org.jfree.formula.function.text.TrimFunctionDescription
 
TrueFunction - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:15
TrueFunction() - Constructor for class org.jfree.formula.function.logical.TrueFunction
 
TrueFunctionDescription - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:55
TrueFunctionDescription() - Constructor for class org.jfree.formula.function.logical.TrueFunctionDescription
 
TYPE - Static variable in class org.jfree.formula.typing.coretypes.AnyType
 
TYPE - Static variable in class org.jfree.formula.typing.coretypes.ErrorType
 
TYPE - Static variable in class org.jfree.formula.typing.coretypes.LogicalType
 
TYPE - Static variable in class org.jfree.formula.typing.coretypes.TextType
 
Type - Interface in org.jfree.formula.typing
Creation-Date: 02.11.2006, 09:32:21
TypeConversionException - Exception in org.jfree.formula.typing
Creation-Date: 10.04.2007, 14:13:40
TypeConversionException() - Constructor for exception org.jfree.formula.typing.TypeConversionException
 
TypeRegistry - Interface in org.jfree.formula.typing
The type registry manages the known value types.
TypeRegistryUtility - Class in org.jfree.formula.typing
Creation-Date: 10.04.2007, 14:23:22
TypeValuePair - Class in org.jfree.formula.lvalues
Creation-Date: 02.11.2006, 10:02:54
TypeValuePair(Type, Object) - Constructor for class org.jfree.formula.lvalues.TypeValuePair
 

U

UNSIGNED_INTEGER - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
UNSIGNED_NUMERIC_LITERAL - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 
UpdateLineColumn(char) - Method in class org.jfree.formula.parser.JavaCharStream
 
UpperFunction - Class in org.jfree.formula.function.text
This function returns the given text in upper case.
UpperFunction() - Constructor for class org.jfree.formula.function.text.UpperFunction
 
UpperFunctionDescription - Class in org.jfree.formula.function.text
Describes UpperFunction function.
UpperFunctionDescription() - Constructor for class org.jfree.formula.function.text.UpperFunctionDescription
 
URLEncodeFunction - Class in org.jfree.formula.function.text
This function encodes a given text using the URL-Encoding schema.
URLEncodeFunction() - Constructor for class org.jfree.formula.function.text.URLEncodeFunction
 
URLEncodeFunctionDescription - Class in org.jfree.formula.function.text
Describes LowerFunction function.
URLEncodeFunctionDescription() - Constructor for class org.jfree.formula.function.text.URLEncodeFunctionDescription
 
URLEncoder - Class in org.jfree.formula.util
Creation-Date: Jan 22, 2007, 4:36:38 PM
UserDefinedFunctionCategory - Class in org.jfree.formula.function.userdefined
Creation-Date: 05.11.2006, 15:05:38

W

WeekDayFunction - Class in org.jfree.formula.function.datetime
This function extracts the day of week from a date.
WeekDayFunction() - Constructor for class org.jfree.formula.function.datetime.WeekDayFunction
 
WeekDayFunctionDescription - Class in org.jfree.formula.function.datetime
Describes WeekDayFunction function.
WeekDayFunctionDescription() - Constructor for class org.jfree.formula.function.datetime.WeekDayFunctionDescription
 
WHITESPACE - Static variable in interface org.jfree.formula.parser.GeneratedFormulaParserConstants
 

X

XorFunction - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:15
XorFunction() - Constructor for class org.jfree.formula.function.logical.XorFunction
 
XorFunctionDescription - Class in org.jfree.formula.function.logical
Creation-Date: 04.11.2006, 18:28:55
XorFunctionDescription() - Constructor for class org.jfree.formula.function.logical.XorFunctionDescription
 

Y

YearFunction - Class in org.jfree.formula.function.datetime
This function extracts the year from a date.
YearFunction() - Constructor for class org.jfree.formula.function.datetime.YearFunction
 
YearFunctionDescription - Class in org.jfree.formula.function.datetime
Describes YearFunction function.
YearFunctionDescription() - Constructor for class org.jfree.formula.function.datetime.YearFunctionDescription
 
YEARS_CODE - Static variable in class org.jfree.formula.function.datetime.DateDifFunction
 

Z

ZERO - Static variable in class org.jfree.formula.function.math.MaxFunction
 
ZERO - Static variable in class org.jfree.formula.function.math.MinFunction
 
ZERO - Static variable in class org.jfree.formula.function.math.SumFunction
 
ZERO - Static variable in class org.jfree.formula.operators.AbstractNumericOperator
 

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