AstNodePtr
Synopsis
Declared in <src/midend/astUtil/astInterface/AstInterface.h>
class AstNodePtr;
Types
Name |
Enums
Name |
Description |
The UNKNOWN_AST and NULL_AST types have null as their values. The other types have concrete BaseType pointers as their values. |
Member Functions
Name |
Description |
|
Constructors |
|
Destructor |
Copy assignment operator |
|
Equality operators |
|
Inequality operators |
|
Less‐than operator |
Non-Member Functions
Name |
Description |
Traverse and transform an entire AST, where op is invoked to transform each sub‐Tree. |
|
Returns a string that uniquely identifies the given variable. If provided with a dict_table, save the file name and line number for the signature. |
Created with MrDocs