1 #ifndef TAO_IDL_AST_FINDER_H
2 #define TAO_IDL_AST_FINDER_H
4 // Representation of component home finder construct declaration.
6 #include "ast_factory.h"
8 class TAO_IDL_FE_Export AST_Finder
: public virtual AST_Factory
11 AST_Finder (UTL_ScopedName
*n
);
13 virtual ~AST_Finder ();
16 virtual void dump (ACE_OSTREAM_TYPE
&o
);
19 virtual void destroy ();
22 virtual int ast_accept (ast_visitor
*visitor
);
24 static AST_Decl::NodeType
const NT
;
27 #endif // TAO_IDL_AST_FINDER_H