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