public class HasAggregationVisitor extends Object implements FormulaVisitor
| Constructor and Description |
|---|
HasAggregationVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
enter(Formula formula) |
void |
exit(Formula formula) |
void |
reset() |
boolean |
visitedAggregation()
Returns true if this visitor encountered a FunctionExpression that performs an aggregation
and false otherwise.
|
public void reset()
public boolean visitedAggregation()
public void enter(Formula formula)
enter in interface FormulaVisitorpublic void exit(Formula formula)
exit in interface FormulaVisitorCopyright © 2019. All rights reserved.