ROSE 0.11.145.147
AstClearVisitFlags.h
1// Author: Markus Schordan
2// $Id: AstClearVisitFlags.h,v 1.2 2005/09/10 22:48:07 dquinlan Exp $
3
4#ifndef ASTCLEARVISITFLAGS_H
5#define ASTCLEARVISITFLAGS_H
6
7#if ASTTRAVERSAL_USE_VISIT_FLAG
8
9class AstClearVisitFlags {
10 public:
11 void traverse(SgNode* node);
12 protected:
13 void visit(SgNode* node);
14};
15
16// endif for ASTTRAVERSAL_USE_VISIT_FLAG
17#endif
18
19#endif
This class represents the base class for all IR nodes within Sage III.