Uses of Class
parser.Operator
-
-
Uses of Operator in parser
Subclasses of Operator in parser Modifier and Type Class Description classAdditionOperatorclassAntiLogToAnyBaseclassBinaryOperatorclassBracketclassCombinationOperatorclassDivisionOperatorclassListReturningStatsOperatorclassLogicOperatorclassLogOrAntiLogToAnyBaseclassLogToAnyBaseclassMultiplicationOperatorclassNumberReturningStatsOperatorDeals with number returning statistical operators e.g sum,avg,mode e.t.c and log and antilog to any base operatorsclassPermutationOperatorclassPowerOperatorclassRemainderOperatorclassSubtractionOperatorclassUnaryPostOperatorModels a post-operand Operator object e.g the !, inverse, square, cube operatorsclassUnaryPreOperatorModels a post-operand Operator object e.g the trigonometric,logarithmic,exponential e.t.c.
-