public interface ExprVisitor
| Modifier and Type | Method and Description |
|---|---|
default void |
finishVisit()
Deprecated.
To be removed
|
default void |
startVisit()
Deprecated.
To be removed
|
void |
visit(ExprAggregator eAgg) |
void |
visit(ExprFunction0 func) |
void |
visit(ExprFunction1 func) |
void |
visit(ExprFunction2 func) |
void |
visit(ExprFunction3 func) |
void |
visit(ExprFunctionN func) |
void |
visit(ExprFunctionOp funcOp) |
void |
visit(ExprVar nv) |
void |
visit(NodeValue nv) |
void visit(ExprFunction0 func)
void visit(ExprFunction1 func)
void visit(ExprFunction2 func)
void visit(ExprFunction3 func)
void visit(ExprFunctionN func)
void visit(ExprFunctionOp funcOp)
void visit(NodeValue nv)
void visit(ExprVar nv)
void visit(ExprAggregator eAgg)
@Deprecated default void startVisit()
@Deprecated default void finishVisit()
Licenced under the Apache License, Version 2.0