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

Method PreVisitExpr

eval/public/ast_visitor.h:52–53  ·  view source on GitHub ↗

Expr node handler method. Called for all Expr nodes. Is invoked before child Expr nodes being 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

50 // TODO(issues/22): this method is not pure virtual to avoid dependencies
51 // breakage. Change it in subsequent CLs.
52 virtual void PreVisitExpr(const cel::expr::Expr*,
53 const SourcePosition*) {}
54
55 // Expr node handler method. Called for all Expr nodes.
56 // Is invoked after child Expr nodes are processed.

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected