class |
AbstractFunctionPtg |
This class provides the base functionality for Excel sheet functions
There are two kinds of function Ptgs - tFunc and tFuncVar
Therefore, this class will have ONLY two subclasses
|
class |
AddPtg |
Addition operator PTG the "+" binomial operator.
|
class |
AttrPtg |
"Special Attributes"
This seems to be a Misc Stuff and Junk record.
|
class |
ConcatPtg |
|
class |
DividePtg |
This PTG implements the standard binomial divide "/"
|
class |
EqualPtg |
|
class |
FuncPtg |
|
class |
FuncVarPtg |
|
class |
GreaterEqualPtg |
PTG class to implement greater or equal to
|
class |
GreaterThanPtg |
Greater than operator PTG ">"
|
class |
IntersectionPtg |
|
class |
LessEqualPtg |
Ptg class to implement less than or equal
|
class |
LessThanPtg |
Less than operator PTG "<".
|
class |
MultiplyPtg |
Implements the standard mathmatical multiplication - *
|
class |
NotEqualPtg |
Ptg class to implement not equal
|
class |
ParenthesisPtg |
While formula tokens are stored in RPN order and thus do not need parenthesis for
precedence reasons, Parenthesis tokens ARE written to ensure that user entered
parenthesis are displayed as-is on reading back
Avik Sengupta <lists@aviksengupta.com>
Andrew C.
|
class |
PercentPtg |
Percent PTG.
|
class |
PowerPtg |
|
class |
RangePtg |
|
class |
SubtractPtg |
|
class |
UnaryMinusPtg |
Unary Plus operator
does not have any effect on the operand
|
class |
UnaryPlusPtg |
Unary Plus operator
does not have any effect on the operand
|
class |
UnionPtg |
|