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
AstReverseSimpleProcessing.h
Go to the documentation of this file.
1
// Author: Markus Schordan
2
// $Id: AstReverseSimpleProcessing.h,v 1.2 2008/01/08 02:56:38 dquinlan Exp $
3
4
#ifndef ASTSIMPLEREVERSEPROCESSING_H
5
#define ASTSIMPLEREVERSEPROCESSING_H
6
7
// tps (01/08/2010) Added sage3basic since this doesnt compile under gcc4.1.2
8
//#include "sage3basic.h"
9
//#include "sage3.h"
10
11
#include "
AstReverseProcessing.h
"
12
13
// these functions have to be put in a different file than the other 3 templated versions to compile&link with gcc
14
16
// REVERSE PRFIX PROCESSING
18
19
class
AstReversePrefixSimpleProcessing
:
public
AstSimpleProcessing
{
20
public
:
21
AstReversePrefixSimpleProcessing
();
22
protected
:
23
virtual
void
setNodeSuccessors
(
SgNode
* node,
SuccessorsContainer
& succContainer);
24
};
25
27
// REVERSE BRANCH PROCESSING
29
30
class
AstReverseBranchSimpleProcessing
:
public
AstSimpleProcessing
{
31
public
:
32
AstReverseBranchSimpleProcessing
();
33
protected
:
34
virtual
void
setNodeSuccessors
(
SgNode
* node,
SuccessorsContainer
& succContainer);
35
};
36
37
#endif
rose-edg4x
src
midend
astProcessing
AstReverseSimpleProcessing.h
Generated on Mon May 5 2014 17:28:50 for ROSE by
1.8.4