ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ExtraRelatedPages.docs
Go to the documentation of this file.
1 // This was moved from the sage.docs.in file in the ROSE/src/frontend/SageIII directory.
2 
3 // **********************************************************************************
4 // Documentation Page for get_parent() Member function (DEPRICATED PAGE)
5 // **********************************************************************************
6 /* \page memberFunction_getParent_DocumentationPage Member Function getParent() Documentation
7  The member function <b>get_parent()</b> is implemented on all objects subclassed from SgNode (and
8  SgLocatedNode) and return the subclassed type. Within the subclassed nodes they are
9  implemented only once and used uniformally within the leaves of the class hierarchy.
10 */
11 
12 // **********************************************************************************
13 // Documentation Page for Default Constructors and Destructors (DEPRICATED PAGE)
14 // **********************************************************************************
15 /* \page defaultConstructorDestructorDocumentationPage Default Constructor Destructor Documentation Page
16  Default constructors and destructors are not documented in the user documentation
17  because they are not useful to instantiate as objects. They are defined only so
18  that leaf classes can be constructed within the construction of the Sage AST from the
19  EDG AST. So they are not useful to users.
20 */
21 
22 // **********************************************************************************
23 // Documentation Page for AST Attributes
24 // **********************************************************************************