ROSE
0.11.145.237
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
c
d
g
h
i
l
m
n
s
t
u
v
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
i
k
l
m
o
p
s
t
v
w
x
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Related Symbols
b
i
o
Files
File List
Examples
src
midend
astProcessing
AstProcessing.docs
1
// -*- c++ -*-
2
3
// Authors: Markus Schordan (preliminary versions developed by Quinlan and Kowarschik using a different algorithm for combing
4
// attributes and a single interface)
5
22
/*
23
\authors Markus Schordan
24
\version 0.5
25
\date Dec 14th 2002
26
\bug No known bugs.
27
\todo eliminate class
28
*/
29
42
/* MOVED TO AstSimpleProcessing.docs file in docs/testDoxygen
43
\class AstSimpleProcessing AstProcessing.h
44
\ingroup AstProcessingClasses
45
46
\brief Class for traversing the AST.
47
48
\todo Make options 'preorder' and 'postorder' local to the class (will brake user code).
49
50
This class allows to traverse the AST in preorder or postorder. A visit function must be implemented
51
by the user which is automaticly called by the provided AST traversal.
52
53
\internal This class is derived from the SgTreeTraversal class.
54
*/
55
Generated on Mon Mar 10 2025 00:08:54 for ROSE by
1.9.8