Decaf Compiler
Public Attributes | List of all members
NodeVisitor Struct Reference

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)
 

Detailed Description

Node visitor structure.

A visitor is basically a collection of function pointers that are invoked as the visitor traverses the AST.


The documentation for this struct was generated from the following file: