MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / PreVisitSelect

Method PreVisitSelect

eval/public/ast_visitor.h:94–96  ·  view source on GitHub ↗

Select 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.

Source from the content-addressed store, hash-verified

92 // TODO(issues/22): this method is not pure virtual to avoid dependencies
93 // breakage. Change it in subsequent CLs.
94 virtual void PreVisitSelect(const cel::expr::Expr::Select*,
95 const cel::expr::Expr*,
96 const SourcePosition*) {}
97
98 // Select node handler
99 // Invoked after child nodes are processed.

Callers 2

operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected