ROSE
0.9.6a
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SlicingCriterion.h
Go to the documentation of this file.
1
#ifndef SlicingCriterion_IS_DEFINED
2
#define SlicingCriterion_IS_DEFINED
3
4
5
14
class
SlicingCriterion
:
public
AstSimpleProcessing
{
15
16
public
:
21
set<SgStatement*>
get_stmts_between_pragma
(){
return
stmts
; }
26
void
set_bool
(){
next
=
false
;
foundall
=
false
;}
27
28
protected
:
29
void
virtual
visit
(
SgNode
* astNode);
30
31
// private:
32
set<SgStatement*>
stmts
;
33
bool
next
,
foundall
;
34
};
35
36
#endif
rose-edg4x
src
midend
programAnalysis
proceduralSlicing
SlicingCriterion.h
Generated on Mon May 5 2014 17:29:28 for ROSE by
1.8.4