ROSE  0.11.145.0
AST.h
1 #ifndef ROSE_AST_H
2 #define ROSE_AST_H
3 
4 namespace Rose {
6 namespace AST {}
7 }
8 
9 #include <Rose/AST/IO.h>
10 #include <Rose/AST/Defect.h>
11 #include <Rose/AST/Checker.h>
12 #include <Rose/AST/Utils.h>
13 #include <Rose/AST/NodeId.h>
14 
15 #endif /* Rose_AST_h */
Main namespace for the ROSE library.