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 ();
22 virtual int accept (be_visitor
*visitor
);
25 #endif // end of if !defined (...)