|
|||||||||
| Home >> All >> jxl >> biff >> [ formula overview ] | PREV NEXT | ||||||||
A
- ABS - Static variable in class jxl.biff.formula.Function
- ACOS - Static variable in class jxl.biff.formula.Function
- ACOSH - Static variable in class jxl.biff.formula.Function
- ADD - Static variable in class jxl.biff.formula.Token
- ADDRESS - Static variable in class jxl.biff.formula.Function
- AND - Static variable in class jxl.biff.formula.Function
- AREA - Static variable in class jxl.biff.formula.Token
- AREA3D - Static variable in class jxl.biff.formula.Token
- AREAS - Static variable in class jxl.biff.formula.Function
- AREAV - Static variable in class jxl.biff.formula.Token
- ASIN - Static variable in class jxl.biff.formula.Function
- ASINH - Static variable in class jxl.biff.formula.Function
- ATAN - Static variable in class jxl.biff.formula.Function
- ATAN2 - Static variable in class jxl.biff.formula.Function
- ATANH - Static variable in class jxl.biff.formula.Function
- ATTRIBUTE - Static variable in class jxl.biff.formula.Function
- ATTRIBUTE - Static variable in class jxl.biff.formula.Token
- AVEDEV - Static variable in class jxl.biff.formula.Function
- AVERAGE - Static variable in class jxl.biff.formula.Function
- AVERAGEA - Static variable in class jxl.biff.formula.Function
- AYS360 - Static variable in class jxl.biff.formula.Function
- Add - class jxl.biff.formula.Add.
- A cell reference in a formula
- Add() - Constructor for class jxl.biff.formula.Add
- Constructor
- Area - class jxl.biff.formula.Area.
- A nested class to hold range information
- Area() - Constructor for class jxl.biff.formula.Area
- Constructor
- Area(String) - Constructor for class jxl.biff.formula.Area
- Constructor invoked when parsing a string formula
- Area3d - class jxl.biff.formula.Area3d.
- A nested class to hold range information
- Area3d(ExternalSheet) - Constructor for class jxl.biff.formula.Area3d
- Constructor
- Area3d(String, ExternalSheet) - Constructor for class jxl.biff.formula.Area3d
- Constructor invoked when parsing a string formula
- ArgumentSeparator - class jxl.biff.formula.ArgumentSeparator.
- A dummy token used when parsing strings in order to indicate the separation of parameters
- ArgumentSeparator() - Constructor for class jxl.biff.formula.ArgumentSeparator
- Constructor
- Attribute - class jxl.biff.formula.Attribute.
- A special attribute control token - typically either a SUM function or an IF function
- Attribute(WorkbookSettings) - Constructor for class jxl.biff.formula.Attribute
- Constructor
- Attribute(StringFunction, WorkbookSettings) - Constructor for class jxl.biff.formula.Attribute
- Constructor for use when this is called when parsing a string
- add(ParseItem) - Method in class jxl.biff.formula.Operator
- Adds operands to this item
- addOperator(Operator) - Method in class jxl.biff.formula.TokenFormulaParser
- Adds the specified operator to the parse tree, taking operands off the stack as appropriate
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.Area
- Adjusts all the relative cell references in this formula by the amount specified.
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.Area3d
- Adjusts all the relative cell references in this formula by the amount specified.
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.Attribute
- Default behaviour is to do nothing
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.BinaryOperator
- Adjusts all the relative cell references in this formula by the amount specified.
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.BuiltInFunction
- Adjusts all the relative cell references in this formula by the amount specified.
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.CellReference
- Adjusts all the relative cell references in this formula by the amount specified.
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.CellReference3d
- Adjusts all the relative cell references in this formula by the amount specified.
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.FormulaParser
- Adjusts all the relative cell references in this formula by the amount specified.
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.Operand
- Default behaviour is to do nothing
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.Parenthesis
- Adjusts all the relative cell references in this formula by the amount specified.
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.ParseItem
- Adjusts all the relative cell references in this formula by the amount specified.
- adjustRelativeCellReferences(int, int) - Method in interface jxl.biff.formula.Parser
- Adjusts all the relative cell references in this formula by the amount specified.
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.StringFormulaParser
- Default behaviour is to do nothing
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.StringOperator
- Default behaviour is to do nothing
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.StringParseItem
- Default behaviour is to do nothing
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.TokenFormulaParser
- Adjusts all the relative cell references in this formula by the amount specified.
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.UnaryOperator
- Adjusts all the relative cell references in this formula by the amount specified.
- adjustRelativeCellReferences(int, int) - Method in class jxl.biff.formula.VariableArgFunction
- Adjusts all the relative cell references in this formula by the amount specified.
- alternateCode - Variable in class jxl.biff.formula.ParseItem
- Indicates that the alternative token code should be used
- arguments - Variable in class jxl.biff.formula.StringFormulaParser
- The stack argument used when parsing a function in order to pass multiple arguments back to the calling method
- arguments - Variable in class jxl.biff.formula.VariableArgFunction
- The number of arguments
B
- BETADIST - Static variable in class jxl.biff.formula.Function
- BETAINV - Static variable in class jxl.biff.formula.Function
- BIFF8_SUPPORTED - Static variable in class jxl.biff.formula.FormulaException
- BINOMDIST - Static variable in class jxl.biff.formula.Function
- BOOL - Static variable in class jxl.biff.formula.Token
- BinaryOperator - class jxl.biff.formula.BinaryOperator.
- A cell reference in a formula
- BinaryOperator() - Constructor for class jxl.biff.formula.BinaryOperator
- Constructor
- BooleanValue - class jxl.biff.formula.BooleanValue.
- A boolean operand in a formula
- BooleanValue() - Constructor for class jxl.biff.formula.BooleanValue
- Constructor
- BooleanValue(String) - Constructor for class jxl.biff.formula.BooleanValue
- Constructor used when parsing a string formula
- BuiltInFunction - class jxl.biff.formula.BuiltInFunction.
- A built in function in a formula
- BuiltInFunction(WorkbookSettings) - Constructor for class jxl.biff.formula.BuiltInFunction
- Constructor
- BuiltInFunction(Function, WorkbookSettings) - Constructor for class jxl.biff.formula.BuiltInFunction
- Constructor used when parsing a formula from a string
C
- CEILING - Static variable in class jxl.biff.formula.Function
- CELL - Static variable in class jxl.biff.formula.Function
- CELL_NAME_NOT_FOUND - Static variable in class jxl.biff.formula.FormulaException
- CHAR - Static variable in class jxl.biff.formula.Function
- CHIDIST - Static variable in class jxl.biff.formula.Function
- CHIINV - Static variable in class jxl.biff.formula.Function
- CHITEST - Static variable in class jxl.biff.formula.Function
- CHOOSE - Static variable in class jxl.biff.formula.Function
- CLEAN - Static variable in class jxl.biff.formula.Function
- CODE - Static variable in class jxl.biff.formula.Function
- COLUMN - Static variable in class jxl.biff.formula.Function
- COLUMNS - Static variable in class jxl.biff.formula.Function
- COMBIN - Static variable in class jxl.biff.formula.Function
- CONCAT - Static variable in class jxl.biff.formula.Token
- CONCATENATE - Static variable in class jxl.biff.formula.Function
- CONFIDENCE - Static variable in class jxl.biff.formula.Function
- CORREL - Static variable in class jxl.biff.formula.Function
- COS - Static variable in class jxl.biff.formula.Function
- COSH - Static variable in class jxl.biff.formula.Function
- COUNT - Static variable in class jxl.biff.formula.Function
- COUNTA - Static variable in class jxl.biff.formula.Function
- COUNTBLANK - Static variable in class jxl.biff.formula.Function
- COUNTIF - Static variable in class jxl.biff.formula.Function
- COVAR - Static variable in class jxl.biff.formula.Function
- CRITBINOM - Static variable in class jxl.biff.formula.Function
- CellReference - class jxl.biff.formula.CellReference.
- A cell reference in a formula
- CellReference(Cell) - Constructor for class jxl.biff.formula.CellReference
- Constructor
- CellReference() - Constructor for class jxl.biff.formula.CellReference
- Constructor
- CellReference(String) - Constructor for class jxl.biff.formula.CellReference
- Constructor invoked when parsing a text string
- CellReference3d - class jxl.biff.formula.CellReference3d.
- A 3d cell reference in a formula
- CellReference3d(Cell, ExternalSheet) - Constructor for class jxl.biff.formula.CellReference3d
- Constructor
- CellReference3d(String, ExternalSheet) - Constructor for class jxl.biff.formula.CellReference3d
- Constructs this object from a string
- CellReferenceError - class jxl.biff.formula.CellReferenceError.
- An cell reference error which occurs in a formula
- CellReferenceError() - Constructor for class jxl.biff.formula.CellReferenceError
- Constructor
- CloseParentheses - class jxl.biff.formula.CloseParentheses.
- The close of parentheses token
- CloseParentheses() - Constructor for class jxl.biff.formula.CloseParentheses
- Constructor
- ColumnRange - class jxl.biff.formula.ColumnRange.
- A class to hold range information across two entire columns
- ColumnRange() - Constructor for class jxl.biff.formula.ColumnRange
- Constructor
- ColumnRange(String) - Constructor for class jxl.biff.formula.ColumnRange
- Constructor invoked when parsing a string formula
- ColumnRange3d - class jxl.biff.formula.ColumnRange3d.
- A nested class to hold range information
- ColumnRange3d(ExternalSheet) - Constructor for class jxl.biff.formula.ColumnRange3d
- Constructor
- ColumnRange3d(String, ExternalSheet) - Constructor for class jxl.biff.formula.ColumnRange3d
- Constructor invoked when parsing a string formula
- Concatenate - class jxl.biff.formula.Concatenate.
- A cell reference in a formula
- Concatenate() - Constructor for class jxl.biff.formula.Concatenate
- Constructor
- code - Variable in class jxl.biff.formula.Function
- The code which applies to this function
- codes - Static variable in class jxl.biff.formula.FormulaErrorCode
- The list of error codes
- column - Variable in class jxl.biff.formula.CellReference
- The column reference
- column - Variable in class jxl.biff.formula.CellReference3d
- The column reference
- column - Variable in class jxl.biff.formula.SharedFormulaCellReference
- The column reference
- columnFirst - Variable in class jxl.biff.formula.Area
- The first column
- columnFirst - Variable in class jxl.biff.formula.Area3d
- The first column
- columnFirst - Variable in class jxl.biff.formula.SharedFormulaArea
- columnFirstRelative - Variable in class jxl.biff.formula.Area
- Indicates whether the first column is a relative or absolute reference
- columnFirstRelative - Variable in class jxl.biff.formula.Area3d
- Indicates whether the first column is relative
- columnFirstRelative - Variable in class jxl.biff.formula.SharedFormulaArea
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.Area
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.Area3d
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.Attribute
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.BinaryOperator
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.BuiltInFunction
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.CellReference
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.CellReference3d
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.FormulaParser
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.Operand
- Default behaviour is to do nothing
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.Parenthesis
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.ParseItem
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in interface jxl.biff.formula.Parser
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.StringFormulaParser
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.StringOperator
- Default behaviour is to do nothing
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.StringParseItem
- Default behaviour is to do nothing
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.TokenFormulaParser
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.UnaryOperator
- Called when a column is inserted on the specified sheet.
- columnInserted(int, int, boolean) - Method in class jxl.biff.formula.VariableArgFunction
- Called when a column is inserted on the specified sheet.
- columnLast - Variable in class jxl.biff.formula.Area
- The last column
- columnLast - Variable in class jxl.biff.formula.Area3d
- The last column
- columnLast - Variable in class jxl.biff.formula.SharedFormulaArea
- columnLastRelative - Variable in class jxl.biff.formula.Area
- Indicates whether the last column is a relative or absolute reference
- columnLastRelative - Variable in class jxl.biff.formula.Area3d
- Indicates whether the last column is relative
- columnLastRelative - Variable in class jxl.biff.formula.SharedFormulaArea
- columnRelative - Variable in class jxl.biff.formula.CellReference
- Indicates whether the column reference is relative or absolute
- columnRelative - Variable in class jxl.biff.formula.CellReference3d
- Indicates whether the column reference is relative or absolute
- columnRelative - Variable in class jxl.biff.formula.SharedFormulaCellReference
- Indicates whether the column reference is relative or absolute
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.Area
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.Area3d
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.Attribute
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.BinaryOperator
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.BuiltInFunction
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.CellReference
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.CellReference3d
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.FormulaParser
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.Operand
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.Parenthesis
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.ParseItem
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in interface jxl.biff.formula.Parser
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.StringFormulaParser
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.StringOperator
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.StringParseItem
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.TokenFormulaParser
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.UnaryOperator
- Called when a column is inserted on the specified sheet.
- columnRemoved(int, int, boolean) - Method in class jxl.biff.formula.VariableArgFunction
- Called when a column is inserted on the specified sheet.
D
- DATE - Static variable in class jxl.biff.formula.Function
- DATEVALUE - Static variable in class jxl.biff.formula.Function
- DAVERAGE - Static variable in class jxl.biff.formula.Function
- DAY - Static variable in class jxl.biff.formula.Function
- DCOUNT - Static variable in class jxl.biff.formula.Function
- DCOUNTA - Static variable in class jxl.biff.formula.Function
- DDB - Static variable in class jxl.biff.formula.Function
- DEGREES - Static variable in class jxl.biff.formula.Function
- DEVSQ - Static variable in class jxl.biff.formula.Function
- DIV0 - Static variable in class jxl.biff.formula.FormulaErrorCode
- DIVIDE - Static variable in class jxl.biff.formula.Token
- DMAX - Static variable in class jxl.biff.formula.Function
- DMIN - Static variable in class jxl.biff.formula.Function
- DOLLAR - Static variable in class jxl.biff.formula.Function
- DOUBLE - Static variable in class jxl.biff.formula.Token
- DPRODUCT - Static variable in class jxl.biff.formula.Function
- DSTDEV - Static variable in class jxl.biff.formula.Function
- DSTDEVP - Static variable in class jxl.biff.formula.Function
- DSUM - Static variable in class jxl.biff.formula.Function
- DVAR - Static variable in class jxl.biff.formula.Function
- DVARP - Static variable in class jxl.biff.formula.Function
- Divide - class jxl.biff.formula.Divide.
- A cell reference in a formula
- Divide() - Constructor for class jxl.biff.formula.Divide
- Constructor
- DoubleValue - class jxl.biff.formula.DoubleValue.
- A cell reference in a formula
- DoubleValue() - Constructor for class jxl.biff.formula.DoubleValue
- Constructor
- DoubleValue(double) - Constructor for class jxl.biff.formula.DoubleValue
- Constructor - invoked when writing an integer value that's out of range for a short
- DoubleValue(String) - Constructor for class jxl.biff.formula.DoubleValue
- Constructor for a double value when reading from a string
- description - Variable in class jxl.biff.formula.FormulaErrorCode
- The description
E
- EQUAL - Static variable in class jxl.biff.formula.Token
- ERROR - Static variable in class jxl.biff.formula.Function
- EVEN - Static variable in class jxl.biff.formula.Function
- EXACT - Static variable in class jxl.biff.formula.Function
- EXP - Static variable in class jxl.biff.formula.Function
- EXPONDIST - Static variable in class jxl.biff.formula.Function
- Equal - class jxl.biff.formula.Equal.
- A cell reference in a formula
- Equal() - Constructor for class jxl.biff.formula.Equal
- Constructor
- ExternalSheet - interface jxl.biff.formula.ExternalSheet.
- Interface which exposes the methods needed by formulas to access external sheet records
- emptyString - Variable in class jxl.biff.formula.Yylex
- errorCode - Variable in class jxl.biff.formula.FormulaErrorCode
- The error code
- externalSheet - Variable in class jxl.biff.formula.StringFormulaParser
- A handle to the external sheet
- externalSheet - Variable in class jxl.biff.formula.Yylex
F
- FACT - Static variable in class jxl.biff.formula.Function
- FALSE - Static variable in class jxl.biff.formula.Function
- FDIST - Static variable in class jxl.biff.formula.Function
- FIND - Static variable in class jxl.biff.formula.Function
- FINDB - Static variable in class jxl.biff.formula.Function
- FINV - Static variable in class jxl.biff.formula.Function
- FISHER - Static variable in class jxl.biff.formula.Function
- FISHERINV - Static variable in class jxl.biff.formula.Function
- FIXED - Static variable in class jxl.biff.formula.Function
- FLOOR - Static variable in class jxl.biff.formula.Function
- FORECAST - Static variable in class jxl.biff.formula.Function
- FTEST - Static variable in class jxl.biff.formula.Function
- FUNCTION - Static variable in class jxl.biff.formula.Token
- FUNCTIONVARARG - Static variable in class jxl.biff.formula.Token
- FV - Static variable in class jxl.biff.formula.Function
- FormulaErrorCode - class jxl.biff.formula.FormulaErrorCode.
- Enumeration for formula error codes
- FormulaErrorCode(int, String) - Constructor for class jxl.biff.formula.FormulaErrorCode
- Constructor
- FormulaException - exception jxl.biff.formula.FormulaException.
- Exception thrown when parsing a formula
- FormulaException(FormulaException.FormulaMessage) - Constructor for class jxl.biff.formula.FormulaException
- Constructs this exception with the specified message
- FormulaException(FormulaException.FormulaMessage, int) - Constructor for class jxl.biff.formula.FormulaException
- Constructs this exception with the specified message
- FormulaException(FormulaException.FormulaMessage, String) - Constructor for class jxl.biff.formula.FormulaException
- Constructs this exception with the specified message
- FormulaException.FormulaMessage - class jxl.biff.formula.FormulaException.FormulaMessage.
- Inner class containing the message
- FormulaException.FormulaMessage(String) - Constructor for class jxl.biff.formula.FormulaException.FormulaMessage
- Constructs this exception with the specified message
- FormulaParser - class jxl.biff.formula.FormulaParser.
- Parses the formula passed in (either as parsed strings or as a string) into a tree of operators and operands
- FormulaParser(byte[], Cell, ExternalSheet, WorkbookMethods, WorkbookSettings) - Constructor for class jxl.biff.formula.FormulaParser
- Constructor which creates the parse tree out of tokens
- FormulaParser(String, ExternalSheet, WorkbookMethods, WorkbookSettings) - Constructor for class jxl.biff.formula.FormulaParser
- Constructor which creates the parse tree out of the string
- Function - class jxl.biff.formula.Function.
- An enumeration detailing the Excel function codes
- Function(int, String, int) - Constructor for class jxl.biff.formula.Function
- Constructor Sets the token value and adds this token to the array of all token
- FunctionNames - class jxl.biff.formula.FunctionNames.
- A class which contains the function names for the current workbook.
- FunctionNames(Locale) - Constructor for class jxl.biff.formula.FunctionNames
- Constructor
- formula - Variable in class jxl.biff.formula.StringFormulaParser
- The formula string passed to this object
- function - Variable in class jxl.biff.formula.BuiltInFunction
- The function
- function - Variable in class jxl.biff.formula.StringFunction
- The function
- function - Variable in class jxl.biff.formula.VariableArgFunction
- The function
- functionString - Variable in class jxl.biff.formula.StringFunction
- The function string
- functions - Static variable in class jxl.biff.formula.Function
- All available functions.
- functions - Variable in class jxl.biff.formula.FunctionNames
- A hash mapping keyed on the locale specific name and returning the function
G
- GAMMADIST - Static variable in class jxl.biff.formula.Function
- GAMMAINV - Static variable in class jxl.biff.formula.Function
- GAMMALN - Static variable in class jxl.biff.formula.Function
- GEOMEAN - Static variable in class jxl.biff.formula.Function
- GOTO_MASK - Static variable in class jxl.biff.formula.Attribute
- GREATER_EQUAL - Static variable in class jxl.biff.formula.Token
- GREATER_THAN - Static variable in class jxl.biff.formula.Token
- GROWTH - Static variable in class jxl.biff.formula.Function
- GreaterEqual - class jxl.biff.formula.GreaterEqual.
- A cell reference in a formula
- GreaterEqual() - Constructor for class jxl.biff.formula.GreaterEqual
- Constructor
- GreaterThan - class jxl.biff.formula.GreaterThan.
- A cell reference in a formula
- GreaterThan() - Constructor for class jxl.biff.formula.GreaterThan
- Constructor
- getBinaryOperator() - Method in class jxl.biff.formula.Minus
- Abstract method which gets the binary version of this operator
- getBinaryOperator() - Method in class jxl.biff.formula.Plus
- Abstract method which gets the binary version of this operator
- getBinaryOperator() - Method in class jxl.biff.formula.StringOperator
- Abstract method which gets the binary version of this operator
- getBytes() - Method in class jxl.biff.formula.Area
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.Area3d
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.Attribute
- Gets the token representation of this item in RPN.
- getBytes() - Method in class jxl.biff.formula.BinaryOperator
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.BooleanValue
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.BuiltInFunction
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.CellReference
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.CellReference3d
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.CellReferenceError
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.DoubleValue
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.FormulaParser
- Gets the bytes for the formula.
- getBytes() - Method in class jxl.biff.formula.IntegerValue
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.MemFunc
- Gets the token representation of this item in RPN.
- getBytes() - Method in class jxl.biff.formula.MissingArg
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.Name
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.NameRange
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.Parenthesis
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.ParseItem
- Gets the token representation of this item in RPN
- getBytes() - Method in interface jxl.biff.formula.Parser
- Gets the bytes for the formula.
- getBytes() - Method in class jxl.biff.formula.RangeSeparator
- Overrides the getBytes() method in the base class and prepends the memFunc token
- getBytes() - Method in class jxl.biff.formula.SharedFormulaArea
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.SharedFormulaCellReference
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.StringFormulaParser
- Gets the bytes for the formula
- getBytes() - Method in class jxl.biff.formula.StringOperator
- Gets the token representation of this item in RPN.
- getBytes() - Method in class jxl.biff.formula.StringParseItem
- Gets the token representation of this item in RPN.
- getBytes() - Method in class jxl.biff.formula.StringValue
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.TokenFormulaParser
- Gets the bytes for the formula.
- getBytes() - Method in class jxl.biff.formula.UnaryOperator
- Gets the token representation of this item in RPN
- getBytes() - Method in class jxl.biff.formula.VariableArgFunction
- Gets the token representation of this item in RPN
- getCode() - Method in class jxl.biff.formula.FormulaErrorCode
- Accessor for the code
- getCode() - Method in class jxl.biff.formula.Function
- Gets the function code - used when generating token data
- getCode() - Method in class jxl.biff.formula.Token
- Gets the token code for the specified token
- getCode2() - Method in class jxl.biff.formula.Token
- Gets an alternative token code for the specified token Used for certain types of volatile function
- getColumn() - Method in class jxl.biff.formula.CellReference
- Accessor for the column
- getColumn() - Method in class jxl.biff.formula.CellReference3d
- Accessor for the column
- getColumn() - Method in class jxl.biff.formula.SharedFormulaCellReference
- getDescription() - Method in class jxl.biff.formula.FormulaErrorCode
- Accessor for the description
- getErrorCode(int) - Static method in class jxl.biff.formula.FormulaErrorCode
- Gets the error type given just the code
- getExternalSheetIndex(String) - Method in interface jxl.biff.formula.ExternalSheet
- Gets the index of the first external sheet for the name
- getExternalSheetIndex(int) - Method in interface jxl.biff.formula.ExternalSheet
- Gets the index of the first external sheet for the name
- getExternalSheetName(int) - Method in interface jxl.biff.formula.ExternalSheet
- Gets the name of the external sheet specified by the index
- getFirstColumn() - Method in class jxl.biff.formula.Area
- Accessor for the first column
- getFirstColumn() - Method in class jxl.biff.formula.Area3d
- Accessor for the first column
- getFirstColumn() - Method in class jxl.biff.formula.SharedFormulaArea
- getFirstRow() - Method in class jxl.biff.formula.Area
- Accessor for the first row
- getFirstRow() - Method in class jxl.biff.formula.Area3d
- Accessor for the first row
- getFirstRow() - Method in class jxl.biff.formula.SharedFormulaArea
- getFormula() - Method in class jxl.biff.formula.FormulaParser
- Gets the formula as a string
- getFormula() - Method in interface jxl.biff.formula.Parser
- Gets the string version of the formula
- getFormula() - Method in class jxl.biff.formula.StringFormulaParser
- Gets the formula as a string.
- getFormula() - Method in class jxl.biff.formula.TokenFormulaParser
- Gets the formula as a string
- getFunction(int) - Static method in class jxl.biff.formula.Function
- Gets the type object from its integer value
- getFunction(String, WorkbookSettings) - Static method in class jxl.biff.formula.Function
- Gets the type object from its string value.
- getFunction(String) - Method in class jxl.biff.formula.FunctionNames
- Gets the function for the specified name
- getFunction(WorkbookSettings) - Method in class jxl.biff.formula.StringFunction
- Accessor for the function
- getFunction() - Method in class jxl.biff.formula.VariableArgFunction
- Gets the underlying function
- getFunctions() - Static method in class jxl.biff.formula.Function
- Accessor for all the functions, used by the internationalization work around
- getIf() - Method in class jxl.biff.formula.Attribute
- Gets the associated if conditions with this attribute
- getLastColumn() - Method in class jxl.biff.formula.Area
- Accessor for the last column
- getLastColumn() - Method in class jxl.biff.formula.Area3d
- Accessor for the last column
- getLastColumn() - Method in class jxl.biff.formula.SharedFormulaArea
- getLastExternalSheetIndex(String) - Method in interface jxl.biff.formula.ExternalSheet
- Gets the index of the last external sheet for the name
- getLastExternalSheetIndex(int) - Method in interface jxl.biff.formula.ExternalSheet
- Gets the index of the first external sheet for the name
- getLastRow() - Method in class jxl.biff.formula.Area
- Accessor for the last row
- getLastRow() - Method in class jxl.biff.formula.Area3d
- Accessor for the last row
- getLastRow() - Method in class jxl.biff.formula.SharedFormulaArea
- getLength() - Method in class jxl.biff.formula.MemFunc
- Accessor for the length
- getMessage() - Method in class jxl.biff.formula.FormulaException.FormulaMessage
- Accessor for the message
- getName(WorkbookSettings) - Method in class jxl.biff.formula.Function
- Gets the function name
- getName(Function) - Method in class jxl.biff.formula.FunctionNames
- Gets the name for the function
- getNumArgs() - Method in class jxl.biff.formula.Function
- Gets the number of arguments for this function
- getOperands(Stack) - Method in class jxl.biff.formula.Attribute
- Gets the operands for this operator from the stack
- getOperands(Stack) - Method in class jxl.biff.formula.BinaryOperator
- Gets the operands for this operator from the stack
- getOperands(Stack) - Method in class jxl.biff.formula.BuiltInFunction
- Gets the operands for this operator from the stack
- getOperands(Stack) - Method in class jxl.biff.formula.MemFunc
- Gets the operands for this operator from the stack
- getOperands(Stack) - Method in class jxl.biff.formula.Operator
- Gets the operands for this operator from the stack
- getOperands() - Method in class jxl.biff.formula.Operator
- Gets the operands ie.
- getOperands(Stack) - Method in class jxl.biff.formula.Parenthesis
- Gets the operands for this operator from the stack
- getOperands(Stack) - Method in class jxl.biff.formula.StringOperator
- Gets the operands for this operator from the stack.
- getOperands(Stack) - Method in class jxl.biff.formula.UnaryOperator
- Gets the operands for this operator from the stack
- getOperands(Stack) - Method in class jxl.biff.formula.VariableArgFunction
- Gets the operands for this operator from the stack
- getPos() - Method in class jxl.biff.formula.Yylex
- getPrecedence() - Method in class jxl.biff.formula.Add
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.Attribute
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.BuiltInFunction
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.Concatenate
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.Divide
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.Equal
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.GreaterEqual
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.GreaterThan
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.LessEqual
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.LessThan
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.MemFunc
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.Multiply
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.NotEqual
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.Operator
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.Parenthesis
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.Percent
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.Power
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.RangeSeparator
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.StringOperator
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.Subtract
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.UnaryMinus
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.UnaryPlus
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.Union
- Gets the precedence for this operator.
- getPrecedence() - Method in class jxl.biff.formula.VariableArgFunction
- Gets the precedence for this operator.
- getPropertyName() - Method in class jxl.biff.formula.Function
- Gets the property name.
- getRow() - Method in class jxl.biff.formula.CellReference
- Accessor for the row
- getRow() - Method in class jxl.biff.formula.CellReference3d
- Accessor for the row
- getRow() - Method in class jxl.biff.formula.SharedFormulaCellReference
- getString(StringBuffer) - Method in class jxl.biff.formula.Area
- Gets the string representation of this item
- getString(StringBuffer) - Method in class jxl.biff.formula.Area3d
- Gets the string version of this area
- getString(StringBuffer) - Method in class jxl.biff.formula.Attribute
- Gets the string version of the attribute
- getString(StringBuffer) - Method in class jxl.biff.formula.BinaryOperator
- Gets the string version of this binary operator
- getString(StringBuffer) - Method in class jxl.biff.formula.BooleanValue
- Abstract method implementation to get the string equivalent of this token
- getString(StringBuffer) - Method in class jxl.biff.formula.BuiltInFunction
- Gets the string for this functions
- getString(StringBuffer) - Method in class jxl.biff.formula.CellReference
- Gets the cell reference as a string for this item
- getString(StringBuffer) - Method in class jxl.biff.formula.CellReference3d
- Gets the string version of this cell reference
- getString(StringBuffer) - Method in class jxl.biff.formula.CellReferenceError
- Gets the cell reference as a string for this item
- getString(StringBuffer) - Method in class jxl.biff.formula.ColumnRange
- Gets the string representation of this item
- getString(StringBuffer) - Method in class jxl.biff.formula.ColumnRange3d
- Gets the string representation of this column range
- getString(StringBuffer) - Method in class jxl.biff.formula.MemFunc
- getString(StringBuffer) - Method in class jxl.biff.formula.MissingArg
- Abstract method implementation to get the string equivalent of this token
- getString(StringBuffer) - Method in class jxl.biff.formula.Name
- Abstract method implementation to get the string equivalent of this token
- getString(StringBuffer) - Method in class jxl.biff.formula.NameRange
- Abstract method implementation to get the string equivalent of this token
- getString(StringBuffer) - Method in class jxl.biff.formula.NumberValue
- getString(StringBuffer) - Method in class jxl.biff.formula.Parenthesis
- getString(StringBuffer) - Method in class jxl.biff.formula.ParseItem
- Gets the string representation of this item
- getString(StringBuffer) - Method in class jxl.biff.formula.Percent
- getString(StringBuffer) - Method in class jxl.biff.formula.SharedFormulaArea
- getString(StringBuffer) - Method in class jxl.biff.formula.SharedFormulaCellReference
- getString(StringBuffer) - Method in class jxl.biff.formula.StringOperator
- Gets the string representation of this item
- getString(StringBuffer) - Method in class jxl.biff.formula.StringParseItem
- Gets the string representation of this item.
- getString(StringBuffer) - Method in class jxl.biff.formula.StringValue
- Abstract method implementation to get the string equivalent of this token
- getString(StringBuffer) - Method in class jxl.biff.formula.UnaryOperator
- Gets the string
- getString(StringBuffer) - Method in class jxl.biff.formula.VariableArgFunction
- getSymbol() - Method in class jxl.biff.formula.Add
- Gets the symbol for string displays
- getSymbol() - Method in class jxl.biff.formula.BinaryOperator
- Abstract method which gets the binary operator string symbol
- getSymbol() - Method in class jxl.biff.formula.Concatenate
- Gets the string representation of this symbol
- getSymbol() - Method in class jxl.biff.formula.Divide
- Gets the string representation of this symbol
- getSymbol() - Method in class jxl.biff.formula.Equal
- Gets the string for this symbol
- getSymbol() - Method in class jxl.biff.formula.GreaterEqual
- getSymbol() - Method in class jxl.biff.formula.GreaterThan
- getSymbol() - Method in class jxl.biff.formula.LessEqual
- getSymbol() - Method in class jxl.biff.formula.LessThan
- getSymbol() - Method in class jxl.biff.formula.Multiply
- getSymbol() - Method in class jxl.biff.formula.NotEqual
- getSymbol() - Method in class jxl.biff.formula.Percent
- getSymbol() - Method in class jxl.biff.formula.Power
- getSymbol() - Method in class jxl.biff.formula.RangeSeparator
- getSymbol() - Method in class jxl.biff.formula.Subtract
- getSymbol() - Method in class jxl.biff.formula.UnaryMinus
- getSymbol() - Method in class jxl.biff.formula.UnaryOperator
- Abstract method which gets the binary operator string symbol
- getSymbol() - Method in class jxl.biff.formula.UnaryPlus
- getSymbol() - Method in class jxl.biff.formula.Union
- getToken() - Method in class jxl.biff.formula.Add
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.BinaryOperator
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.Concatenate
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.Divide
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.Equal
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.GreaterEqual
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.GreaterThan
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.LessEqual
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.LessThan
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.Multiply
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.NotEqual
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.Parenthesis
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.Percent
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.Power
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.RangeSeparator
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.Subtract
- Abstract method which gets the token for this operator
- getToken(int) - Static method in class jxl.biff.formula.Token
- Gets the type object from its integer value
- getToken() - Method in class jxl.biff.formula.UnaryMinus
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.UnaryOperator
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.UnaryPlus
- Abstract method which gets the token for this operator
- getToken() - Method in class jxl.biff.formula.Union
- Abstract method which gets the token for this operator
- getTokens() - Method in class jxl.biff.formula.StringFormulaParser
- Gets the list of lexical tokens using the generated lexical analyzer
- getUnaryOperator() - Method in class jxl.biff.formula.Minus
- Abstract method which gets the unary version of this operator
- getUnaryOperator() - Method in class jxl.biff.formula.Plus
- Abstract method which gets the unary version of this operator
- getUnaryOperator() - Method in class jxl.biff.formula.StringOperator
- Abstract method which gets the unary version of this operator
- getValue() - Method in class jxl.biff.formula.DoubleValue
- The double value
- getValue() - Method in class jxl.biff.formula.IntegerValue
- Accessor for the value
- getValue() - Method in class jxl.biff.formula.<