ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
programVerification.h
Go to the documentation of this file.
1 #ifndef PROGRAM_VERIFICATION_H
2 #define PROGRAM_VERIFICATION_H
3 
4 
5 
6 class Conditions;
7 
9 {
10 public:
11  bool verify(SgFunctionDeclaration *, Conditions *);
12  std::string report();
13 };
14 
15 Conditions *classInvariants(SgClassDefinition *);
17 Conditions *combineConditions(Conditions *, Conditions *);
18 
19 #endif