CPPAstInterface
Synopsis
Declared in <src/midend/astUtil/astInterface/CPPAstInterface.h>
class CPPAstInterface
: public AstInterface
Base Classes
Name |
Description |
provides an abstract interface to access/modify AST nodes. |
Member Functions
Name |
Description |
|
Constructors |
Check if n is a data member access operator; If yes, grab the object and the field name |
|
Check whether n is a pointer or reference variable reference. |
Non-Member Functions
Name |
Description |
Traverse an entire AST, where op is invoked on each AST node to gather information. |
|
Traverse and transform an entire AST, where op is invoked to transform each subāTree. |
Created with MrDocs