ada_utils.hpp
Go to the documentation of this file.00001 /* $Id: ada_utils.hpp,v 1.4 2003/06/01 15:01:00 okellogg Exp $ 00002 */ 00003 #ifndef ADA_UTILS_H 00004 #define ADA_UTILS_H 00005 00006 #include <qstring.h> 00007 #include "AdaAST.hpp" 00008 00009 QString qtext (const RefAdaAST& n); 00010 QStringList qnamelist (const RefAdaAST& n); 00011 QString ada_spec_filename (const QString& comp_unit_name); 00012 QString fq_specfilename (const QString& comp_unit_name); 00013 00014 #endif 00015