@return a list of expression results. You can keep this list and check the results on each call to #next(int)
()
| 360 | /** @return a list of expression results. You can keep this list and check the |
| 361 | * results on each call to {@link #next(int)} */ |
| 362 | @Override |
| 363 | public ExpressionDataPoint[] values() { |
| 364 | return dps; |
| 365 | } |
| 366 | |
| 367 | /** |
| 368 | * Pulls the variable names from the expression and stores them in {@link #names} |
no outgoing calls