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

Method PreVisitConst

eval/public/ast_visitor.h:66–68  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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.

Callers 1

operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected