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

Method PostVisitExpr

eval/public/ast_visitor.h:59–60  ·  view source on GitHub ↗

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

57 // TODO(issues/22): this method is not pure virtual to avoid dependencies
58 // breakage. Change it in subsequent CLs.
59 virtual void PostVisitExpr(const cel::expr::Expr*,
60 const SourcePosition*) {}
61
62 // Const node handler.
63 // Invoked before child nodes are processed.

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected