IIR_ArchitectureDeclaration.hh

Go to the documentation of this file.
00001 
00002 #ifndef IIR_ARCHITECTURE_DECLARATION_HH
00003 #define IIR_ARCHITECTURE_DECLARATION_HH
00004 
00005 // Copyright (c) 1996-1999 The University of Cincinnati.  
00006 // All rights reserved.
00007 
00008 // UC MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF 
00009 // THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
00010 // TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
00011 // PARTICULAR PURPOSE, OR NON-INFRINGEMENT.  UC SHALL NOT BE LIABLE
00012 // FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
00013 // RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
00014 // DERIVATIVES.
00015 
00016 // By using or copying this Software, Licensee agrees to abide by the
00017 // intellectual property laws, and all other applicable laws of the
00018 // U.S., and the terms of this license.
00019 
00020 
00021 // You may modify, distribute, and use the software contained in this package
00022 // under the terms of the "GNU LIBRARY GENERAL PUBLIC LICENSE" version 2,
00023 // June 1991. A copy of this license agreement can be found in the file
00024 // "LGPL", distributed with this archive.
00025 
00026 // Authors: Philip A. Wilsey    phil.wilsey@uc.edu
00027 //          Dale E. Martin      dmartin@cliftonlabs.com
00028 //          Timothy J. McBrayer tmcrbaye@ece.uc.edu
00029 
00030 //---------------------------------------------------------------------------
00031 
00032 #include "IIR_LibraryUnit.hh"
00033 
00034 class IIR_ArchitectureStatementList;
00035 class IIR_EntityDeclaration;
00036 class IIR_DeclarationList;
00037 
00038 class IIR_ArchitectureDeclaration : public virtual IIR_LibraryUnit{
00039 
00040 public:
00041   virtual ~IIR_ArchitectureDeclaration() {}
00042 
00043   // List accessor(s)
00044 
00045   virtual IIR_DeclarationList           *get_architecture_declarative_part() = 0;
00046   virtual IIR_ArchitectureStatementList *get_architecture_statement_part() = 0;
00047 
00048   virtual void associate(IIR_EntityDeclaration *) = 0;
00049   virtual void set_entity(IIR_EntityDeclaration *) = 0;
00050   virtual IIR_EntityDeclaration* get_entity() = 0;
00051 };
00052 #endif

Generated on Fri Mar 31 11:04:13 2006 for Savant by  doxygen 1.4.6