00001 // Author: Markus Schordan 00002 // $Id: AstClearVisitFlags.h,v 1.2 2005/09/10 22:48:07 dquinlan Exp $ 00003 00004 #ifndef ASTCLEARVISITFLAGS_H 00005 #define ASTCLEARVISITFLAGS_H 00006 00007 #if ASTTRAVERSAL_USE_VISIT_FLAG 00008 00009 class AstClearVisitFlags { 00010 public: 00011 void traverse(SgNode* node); 00012 protected: 00013 void visit(SgNode* node); 00014 }; 00015 00016 // endif for ASTTRAVERSAL_USE_VISIT_FLAG 00017 #endif 00018 00019 #endif
1.4.7