ROSE
0.9.6a
|
#include <AstTextAttributesHandling.h>
Public Member Functions | |
AstTextAttributesHandling (SgProject *p) | |
~AstTextAttributesHandling () | |
void | setAll () |
void | removeAll () |
Protected Types | |
enum | { M_set, M_remove } |
Protected Member Functions | |
virtual void | visit (SgNode *node) |
this method is called at every traversed node. More... | |
Protected Attributes | |
enum AstTextAttributesHandling:: { ... } | mode |
SgProject * | projectnode |
Additional Inherited Members | |
Public Types inherited from AstSimpleProcessing | |
typedef t_traverseOrder | Order |
Definition at line 22 of file AstTextAttributesHandling.h.
|
protected |
Enumerator | |
---|---|
M_set | |
M_remove |
Definition at line 29 of file AstTextAttributesHandling.h.
AstTextAttributesHandling::AstTextAttributesHandling | ( | SgProject * | p) |
AstTextAttributesHandling::~AstTextAttributesHandling | ( | ) |
void AstTextAttributesHandling::setAll | ( | ) |
void AstTextAttributesHandling::removeAll | ( | ) |
|
protectedvirtual |
this method is called at every traversed node.
Implements AstSimpleProcessing.
enum { ... } AstTextAttributesHandling::mode |
|
protected |
Definition at line 31 of file AstTextAttributesHandling.h.