Class translationDriver#

Inheritance Relationships#

Base Type#

Class Documentation#

class translationDriver : public AstSimpleProcessing#

A driver to traverse AST trees and invoke individual translators for OpenMP constructs, (not in use) Postorder is preferred.

Protected Functions

virtual void visit(SgNode*)#

this method is called at every traversed node.