Uses of Class
parser.ListReturningStatsOperator
| Package | Description |
|---|---|
| parser |
Classes designed to parse a mathematical expression.
|
-
Uses of ListReturningStatsOperator in parser
Methods in parser that return ListReturningStatsOperator Modifier and Type Method Description ListReturningStatsOperatorListReturningStatsOperator. getParent()Methods in parser with parameters of type ListReturningStatsOperator Modifier and Type Method Description voidListReturningStatsOperator. setParent(ListReturningStatsOperator parent)The concept of a parent here is that the first ListReturningStatsOperator object to this Operator's left is one that encloses it.