link_id.h

Go to the documentation of this file.
00001 /*******************************************************************\
00002 
00003                    SESAME project software license
00004 
00005               Copyright (C) 2002 University of Amsterdam
00006 
00007     This program is free software; you can redistribute it and/or
00008      modify it under the terms of the GNU General Public License
00009     as published by the Free Software Foundation; either version 2
00010         of the License, or (at your option) any later version.
00011 
00012    This program is distributed in the hope that it will be useful,
00013     but WITHOUT ANY WARRANTY; without even the implied warranty of
00014     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00015              GNU General Public License for more details.
00016 
00017   You should have received a copy of the GNU General Public License
00018      along with this program; if not, write to the Free Software
00019       Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
00020                            02111-1307, USA.
00021 
00022       For information regarding the SESAME software project see
00023               http://sesamesim.sourceforge.net or email
00024                     jcofflan@users.sourceforge.net
00025 
00026 \*******************************************************************/
00027 #ifndef LINK_ID_H
00028 #define LINK_ID_H
00029 
00030 #include "symboldef.h"
00031 
00032 bool check_indices(parsex *pt, typex *ctype, typex *basetype, int i);
00033 bool ln_enum_type_elem(parsex *pt);
00034 void ln_id_symtab_id(parsex *pt, symboltable *classvar, symboltable *parvar,
00035                      symboltable *localvar);
00036 void ln_id_symtab_fields(parsex *pt, varx *var_entry, symboltable *classmf,
00037                          symboltable *classvar, symboltable *parvar,
00038                          symboltable *localvar);
00039 void ln_id_symtab_complex(parsex *pt, symboltable *classmf,
00040                           symboltable *classvar, symboltable *parvar,
00041                           symboltable *localvar);
00042 void ln_id_symtab_method(parsex *pt, classx *class_entry, symboltable *classmf,
00043                          symboltable *classvar, symboltable *parvar,
00044                          symboltable *localvar);
00045 void ln_id_symtab_send(parsex *pt, symboltable *classmf, symboltable *classvar,
00046                        symboltable *parvar, symboltable *localvar);
00047 void ln_id_symtab_block(parsex *pt, symboltable *classmf,
00048                         symboltable *classvar, symboltable *parvar,
00049                         symboltable *localvar);
00050 void ln_id_symtab_funccall(parsex *pt, symboltable *classmf,
00051                            symboltable *classvar, symboltable *parvar,
00052                            symboltable *localvar);
00053 void ln_id_symtab_classinst(parsex *pt, symboltable *classmf,
00054                             symboltable *classvar, symboltable *parvar,
00055                             symboltable *localvar);
00056 void ln_id_symtab_expr(parsex *code, symboltable *classmf,
00057                        symboltable *classvar, symboltable *parvar,
00058                        symboltable *localvar);
00059 void ln_id_symtab_varinit(symboltable *vartable, symboltable *classmf,
00060                           symboltable *classvar, symboltable *parvar,
00061                           symboltable *localvar);
00062 void ln_id_symtab_mf(symboltable *mft, symboltable *cmft, symboltable *cvt);
00063 void ln_id_symtab_types(symboltable *tt, symboltable *cvt);
00064 void ln_id_symtab_class(symboltable *ct);
00065 void link_id(void);
00066 
00067 #endif // LINK_ID_H

Generated on Wed Apr 5 20:57:45 2006 for Sesame by  doxygen 1.4.6