3 //=============================================================================
7 * Extension of class AST_Root that provides the backend
9 * @author Copyright 1994-1995 by Sun Microsystems
10 * @author Inc. and Aniruddha Gokhale
12 //=============================================================================
17 #include "be_module.h"
23 * The back end extension of the AST_Root class
25 class be_root
: public virtual AST_Root
,
26 public virtual be_module
29 be_root (UTL_ScopedName
*n
);
34 virtual void destroy ();
37 virtual int accept (be_visitor
*visitor
);