class NstTreeTraversalPrint: public NstTreeTraversal

Traverse an AST and prints the type of each object on current output stream

Inheritance:


Inherited from NstTreeTraversal:

Public Methods

oint pre_action(NstTree* t)
oint in_action(NstTree* t, NstTree* st, int num)
ovoid post_action(NstTree* t)
ovoid traversal(NstTree* t)


Documentation

Traverse an AST and prints the type of each object on current output stream.

This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.