ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AstProcessing.docs
Go to the documentation of this file.
1 
21 /*
22  \authors Markus Schordan
23  \version 0.5
24  \date Dec 14th 2002
25  \bug No known bugs.
26  \todo eliminate class
27 */
28 
41  /* MOVED TO AstSimpleProcessing.docs file in docs/testDoxygen
42  \class AstSimpleProcessing AstProcessing.h
43  \ingroup AstProcessingClasses
44 
45  \brief Class for traversing the AST.
46 
47  \todo Make options 'preorder' and 'postorder' local to the class (will brake user code).
48 
49  This class allows to traverse the AST in preorder or postorder. A visit function must be implemented
50  by the user which is automaticly called by the provided AST traversal.
51 
52  \internal This class is derived from the SgTreeTraversal class.
53  */
54