Decaf Compiler
|
Node visitor structure. More...
#include <visitor.h>
Public Attributes | |
void * | data |
Visitor-specific state information. | |
Destructor | dtor |
Pointer to destructor function (used to deallocate the data member) | |
Node visitor structure.
A visitor is basically a collection of function pointers that are invoked as the visitor traverses the AST.