public interface ExprVisitor
Modifier and Type | Method and Description |
---|---|
void |
finishVisit() |
void |
startVisit() |
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 startVisit()
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)
void finishVisit()
Licenced under the Apache License, Version 2.0