7 class TAO_IDL_FE_Export AST_Provides
: public virtual AST_Field
10 AST_Provides (UTL_ScopedName
*n
,
11 AST_Type
*provides_type
);
13 virtual ~AST_Provides ();
16 AST_Type
*provides_type () const;
19 virtual void dump (ACE_OSTREAM_TYPE
&o
);
22 virtual int ast_accept (ast_visitor
*visitor
);
25 virtual void destroy ();
27 static AST_Decl::NodeType
const NT
;
30 #endif // AST_PROVIDES_H