Package org.apache.poi.hssf.record.formula.eval

Interface Summary
AreaEval  
Eval  
NumericValueEval  
OperationEval  
RefEval  
StringValueEval  
ValueEval  
 

Class Summary
AddEval  
AreaEvalBase  
BlankEval  
BoolEval  
ConcatEval  
DivideEval  
EqualEval  
ErrorEval  
FunctionEval  
FuncVarEval  
GreaterEqualEval  
GreaterThanEval  
LessEqualEval  
LessThanEval  
MissingArgEval Represents the (intermediate) evaluated result of a missing function argument.
MultiplyEval  
NameEval  
NameXEval  
NotEqualEval  
NumberEval  
OperandResolver Provides functionality for evaluating arguments to functions and operators.
PercentEval Implementation of Excel formula token '%'.
PowerEval  
RangeEval  
RefEvalBase  
RelationalOperationEval Base class for all comparison operator evaluators
StringEval  
StringOperationEval  
SubtractEval  
UnaryMinusEval  
UnaryPlusEval  
 

Exception Summary
EvaluationException This class is used to simplify error handling logic within operator and function implementations.
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.