Const node handler. Invoked before child nodes are processed. TODO(issues/22): this method is not pure virtual to avoid dependencies breakage. Change it in subsequent CLs.
| 64 | // TODO(issues/22): this method is not pure virtual to avoid dependencies |
| 65 | // breakage. Change it in subsequent CLs. |
| 66 | virtual void PreVisitConst(const cel::expr::Constant*, |
| 67 | const cel::expr::Expr*, |
| 68 | const SourcePosition*) {} |
| 69 | |
| 70 | // Const node handler. |
| 71 | // Invoked after child nodes are processed. |