4 #include "be_structure.h"
5 #include "ast_exception.h"
9 class be_exception
: public virtual AST_Exception
,
10 public virtual be_structure
14 be_exception (UTL_ScopedName
*n
,
19 virtual void destroy (void);
22 virtual int accept (be_visitor
*visitor
);
25 DEF_NARROW_FROM_DECL (be_exception
);
26 DEF_NARROW_FROM_SCOPE (be_exception
);
29 #endif // end of if !defined (...)