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 TypeClassDescriptionclassThis 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 classAddition operator PTG the "+" binomial operator.final classfinal classThis PTG implements the standard binomial divide "/"final classfinal classfinal classfinal classPTG class to implement greater or equal tofinal classGreater than operator PTG ">"final classfinal classPtg class to implement less than or equalfinal classLess than operator PTG "<".final classImplements the standard mathmatical multiplication - *final classPtg class to implement not equalfinal classPercent PTG.final classfinal classfinal classfinal classUnary Plus operator does not have any effect on the operandfinal classUnary Plus operator does not have any effect on the operandfinal classclassCommon superclass of all value operators.Fields in org.apache.poi.ss.formula.ptg declared as OperationPtgModifier and TypeFieldDescriptionstatic final OperationPtgIntersectionPtg.instancestatic final OperationPtgRangePtg.instancestatic final OperationPtgUnionPtg.instancestatic final OperationPtgFuncVarPtg.SUMSingle instance of this token for 'sum() taking a single argument'