LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
default-visitor.hh File Reference

Traverse an Abstract Syntax Tree (w/o objects), doing nothing. More...

Include dependency graph for default-visitor.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ast::GenDefaultVisitor< Const >
 Just visit the whole Ast tree (except object-related nodes). More...

Namespaces

namespace  ast
 Ast management.

Typedefs

typedef GenDefaultVisitor
< misc::constify_traits
ast::DefaultConstVisitor
 Shorthand for a const visitor.
typedef GenDefaultVisitor
< misc::id_traits
ast::DefaultVisitor
 Shorthand for a non const visitor.

Detailed Description

Traverse an Abstract Syntax Tree (w/o objects), doing nothing.