Serialized Form


Package org.jfree.formula

Class org.jfree.formula.ContextEvaluationException extends EvaluationException implements Serializable

Class org.jfree.formula.EvaluationException extends org.jfree.util.StackableException implements Serializable

Serialized Fields

errorValue

ErrorValue errorValue

Class org.jfree.formula.Formula extends java.lang.Object implements Serializable

Serialized Fields

rootReference

LValue rootReference

Package org.jfree.formula.function

Package org.jfree.formula.function.datetime

Class org.jfree.formula.function.datetime.DateDifFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.datetime.DateFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.datetime.DateValueFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.datetime.DayFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.datetime.HourFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.datetime.MonthFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.datetime.NowFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.datetime.TimeFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.datetime.TodayFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.datetime.WeekDayFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.datetime.YearFunction extends java.lang.Object implements Serializable


Package org.jfree.formula.function.information

Class org.jfree.formula.function.information.ChooseFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.information.HasChangedFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.information.IsBlankFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.information.IsErrFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.information.IsErrorFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.information.IsEvenFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.information.IsLogicalFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.information.IsNaFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.information.IsNonTextFunction extends IsTextFunction implements Serializable

Class org.jfree.formula.function.information.IsNumberFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.information.IsOddFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.information.IsRefFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.information.IsTextFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.information.NaFunction extends java.lang.Object implements Serializable


Package org.jfree.formula.function.logical

Class org.jfree.formula.function.logical.AndFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.logical.FalseFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.logical.IfFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.logical.NotFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.logical.OrFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.logical.TrueFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.logical.XorFunction extends java.lang.Object implements Serializable


Package org.jfree.formula.function.math

Class org.jfree.formula.function.math.AbsFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.math.AverageFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.math.EvenFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.math.MaxFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.math.MinFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.math.ModFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.math.OddFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.math.SumFunction extends java.lang.Object implements Serializable


Package org.jfree.formula.function.rounding

Class org.jfree.formula.function.rounding.IntFunction extends java.lang.Object implements Serializable


Package org.jfree.formula.function.text

Class org.jfree.formula.function.text.ExactFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.FindFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.LeftFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.LenFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.LowerFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.MidFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.ReplaceFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.ReptFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.RightFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.SubstituteFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.TextFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.TFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.TrimFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.UpperFunction extends java.lang.Object implements Serializable

Class org.jfree.formula.function.text.URLEncodeFunction extends java.lang.Object implements Serializable


Package org.jfree.formula.function.userdefined

Class org.jfree.formula.function.userdefined.MappedFunction extends java.lang.Object implements Serializable

Serialized Fields

className

java.lang.String className

functionName

java.lang.String functionName

Package org.jfree.formula.lvalues

Class org.jfree.formula.lvalues.AbstractLValue extends java.lang.Object implements Serializable

Class org.jfree.formula.lvalues.ContextLookup extends AbstractLValue implements Serializable

Serialized Fields

name

java.lang.String name

Class org.jfree.formula.lvalues.DefaultDataTable extends org.jfree.util.ObjectTable implements Serializable

Class org.jfree.formula.lvalues.FormulaFunction extends AbstractLValue implements Serializable

Serialized Fields

functionName

java.lang.String functionName

parameters

LValue[] parameters

function

Function function

metaData

FunctionDescription metaData

Class org.jfree.formula.lvalues.PostfixTerm extends AbstractLValue implements Serializable

Serialized Fields

operator

PostfixOperator operator

value

LValue value

Class org.jfree.formula.lvalues.PrefixTerm extends AbstractLValue implements Serializable

Serialized Fields

operator

PrefixOperator operator

value

LValue value

Class org.jfree.formula.lvalues.StaticValue extends AbstractLValue implements Serializable

Serialized Fields

value

java.lang.Object value

type

Type type

Class org.jfree.formula.lvalues.Term extends AbstractLValue implements Serializable

Serialized Fields

optimizedHeadValue

LValue optimizedHeadValue

headValue

LValue headValue

operators

java.util.ArrayList<E> operators

operands

java.util.ArrayList<E> operands

operatorArray

InfixOperator[] operatorArray

operandsArray

LValue[] operandsArray

initialized

boolean initialized

Class org.jfree.formula.lvalues.TypeValuePair extends java.lang.Object implements Serializable

Serialized Fields

type

Type type

value

java.lang.Object value

Package org.jfree.formula.operators

Class org.jfree.formula.operators.AbstractCompareOperator extends java.lang.Object implements Serializable

Class org.jfree.formula.operators.AbstractNumericOperator extends java.lang.Object implements Serializable

Class org.jfree.formula.operators.AddOperator extends AbstractNumericOperator implements Serializable

Class org.jfree.formula.operators.ConcatOperator extends java.lang.Object implements Serializable

Class org.jfree.formula.operators.DivideOperator extends AbstractNumericOperator implements Serializable

Class org.jfree.formula.operators.EqualOperator extends java.lang.Object implements Serializable

Class org.jfree.formula.operators.GreaterEqualOperator extends AbstractCompareOperator implements Serializable

Class org.jfree.formula.operators.GreaterOperator extends AbstractCompareOperator implements Serializable

Class org.jfree.formula.operators.LesserEqualOperator extends AbstractCompareOperator implements Serializable

Class org.jfree.formula.operators.LesserOperator extends AbstractCompareOperator implements Serializable

Class org.jfree.formula.operators.MultiplyOperator extends AbstractNumericOperator implements Serializable

Class org.jfree.formula.operators.NotEqualOperator extends java.lang.Object implements Serializable

Class org.jfree.formula.operators.PowerOperator extends AbstractNumericOperator implements Serializable

Class org.jfree.formula.operators.SubtractOperator extends AbstractNumericOperator implements Serializable


Package org.jfree.formula.parser

Class org.jfree.formula.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.jfree.formula.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.jfree.formula.typing

Class org.jfree.formula.typing.TypeConversionException extends EvaluationException implements Serializable