9 class TAO_IDL_FE_Export AST_Consumes
: public virtual AST_Field
12 AST_Consumes (UTL_ScopedName
*n
,
13 AST_Type
*consumes_type
);
15 virtual ~AST_Consumes (void);
18 AST_Type
*consumes_type (void) const;
21 DEF_NARROW_FROM_DECL(AST_Consumes
);
24 virtual void dump (ACE_OSTREAM_TYPE
&o
);
27 virtual int ast_accept (ast_visitor
*visitor
);
30 virtual void destroy (void);
32 static AST_Decl::NodeType
const NT
;
35 #endif // AST_CONSUMES_H