5 #include "ast_publishes.h"
12 class be_publishes
: public virtual AST_Publishes
,
13 public virtual be_field
16 be_publishes (UTL_ScopedName
*n
,
17 AST_Type
*publishes_type
);
19 virtual ~be_publishes ();
21 // Non-virtual override of frontend method.
22 be_eventtype
*publishes_type () const;
25 virtual int accept (be_visitor
*visitor
);
28 virtual void destroy ();
31 #endif // BE_PUBLISHES_H