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
);
31 virtual ~be_root (void);
34 virtual void destroy (void);
37 virtual int accept (be_visitor
*visitor
);
40 DEF_NARROW_FROM_DECL (be_root
);
41 DEF_NARROW_FROM_SCOPE (be_root
);