Class NstDefinition
Class NstDefinition.This is the base class for representing a Fortran definition of an object. A definition is the object stored in the symbol table. A definition is associated with each declared entity into a Fortran code. For instance, there is a definition for a declared variable, a subroutine, etc...
NstDefinition(const NstIdentifier& nidf)
nis_private - is_private ~NstDefinition()
NstDefinition(const NstDefinition& o)
int type()
const char* class_type()
const char* class_name()
int base_type()
NstTree* create_default()
NstDefinition* in_definition()
int is_private
void copy(const NstDefinition& s)
NstDefinition* clone()
NstDefinition& operator= (const NstDefinition& s)
NstIdentifier* identifier()
NstIdentifier* identifier(const NstIdentifier& n)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de