Uses of Class
org.apache.poi.ss.formula.ptg.OperationPtg
Packages that use OperationPtg
Package
Description
formula package contains binary PTG structures used in Formulas
-
Uses of OperationPtg in org.apache.poi.ss.formula.ptg
Subclasses of OperationPtg in org.apache.poi.ss.formula.ptgModifier and TypeClassDescriptionclass
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 subclassesfinal class
Addition operator PTG the "+" binomial operator.final class
final class
This PTG implements the standard binomial divide "/"final class
final class
final class
final class
PTG class to implement greater or equal tofinal class
Greater than operator PTG ">"final class
final class
Ptg class to implement less than or equalfinal class
Less than operator PTG "invalid input: '<'".final class
Implements the standard mathmatical multiplication - *final class
Ptg class to implement not equalfinal class
Percent PTG.final class
final class
final class
final class
Unary Plus operator does not have any effect on the operandfinal class
Unary Plus operator does not have any effect on the operandfinal class
class
Common superclass of all value operators.Fields in org.apache.poi.ss.formula.ptg declared as OperationPtgModifier and TypeFieldDescriptionstatic final OperationPtg
IntersectionPtg.instance
static final OperationPtg
RangePtg.instance
static final OperationPtg
UnionPtg.instance
static final OperationPtg
FuncVarPtg.SUM
Single instance of this token for 'sum() taking a single argument'