MCPcopy Create free account
hub / github.com/anse1/sqlsmith / prod_visitor

Class prod_visitor

prod.hh:11–14  ·  view source on GitHub ↗

Base class for walking the AST

Source from the content-addressed store, hash-verified

9
10/// Base class for walking the AST
11struct prod_visitor {
12 virtual void visit(struct prod *p) = 0;
13 virtual ~prod_visitor() { }
14};
15
16/// Base class for AST nodes
17struct prod {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected