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

Method PreVisitIdent

eval/public/ast_visitor.h:80–82  ·  view source on GitHub ↗

Ident 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

78 // TODO(issues/22): this method is not pure virtual to avoid dependencies
79 // breakage. Change it in subsequent CLs.
80 virtual void PreVisitIdent(const cel::expr::Expr::Ident*,
81 const cel::expr::Expr*,
82 const SourcePosition*) {}
83
84 // Ident node handler.
85 // Invoked after child nodes are processed.

Callers 1

operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected