next up previous
Next: abstree.cc Up: Program Files Previous: abstree.h

visitor.h

File visitor.h defines the visitor class for the abstract syntax tree.

visitor.h[25] :
#ifndef VISITOR_H
#define VISITOR_H

#include "abstree.h"

Declare the abstract visitor class[7]

#endif
This macro is attached to a product file.



William Waite
1998-08-30