C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

vcgASTPhase Class Reference

Inheritance diagram for vcgASTPhase:

Phase List of all members.

Public Member Functions

void run (void)
void get_flags (str_list_p &arg)
virtual void usage ()

Private Attributes

string excludefilename

Member Function Documentation

void vcgASTPhase::get_flags str_list_p   arg [inline, virtual]
 

Reimplemented from Phase.

Definition at line 884 of file vcgast.cc.

void vcgASTPhase::run void    [inline, virtual]
 

Implements Phase.

Definition at line 851 of file vcgast.cc.

References unitNode::input_file(), CBZ::Program, unit_list_p, and unitNode::walk().

virtual void Phase::usage   [inline, virtual, inherited]
 

Reimplemented in TreeCheckerPhase.

Definition at line 55 of file phase.h.

Referenced by Phase_entry::print().


Member Data Documentation

string vcgASTPhase::excludefilename [private]
 

Definition at line 849 of file vcgast.cc.


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

Generated on August 27, 2003
Back to the C-Breeze home page