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  

output_c_phase Class Reference
[phases defined in c-breeze (some of which are available from the command line).]

Output C code phase. More...

Inheritance diagram for output_c_phase:

Phase List of all members.

Public Member Functions

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

Detailed Description

Output C code phase.

Definition at line 88 of file main.cc.


Member Function Documentation

virtual void Phase::get_flags str_list_p   arg [inline, virtual, inherited]
 

Reimplemented in vcgASTPhase, vcgCCGPhase, TreeCheckerPhase, and pointers_phase.

Definition at line 53 of file phase.h.

void output_c_phase::run void    [inline, virtual]
 

Implements Phase.

Definition at line 92 of file main.cc.

References unitNode::output(), unitNode::output_file(), CBZ::Program, and unit_list_p.

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

Reimplemented in TreeCheckerPhase.

Definition at line 55 of file phase.h.

Referenced by Phase_entry::print().


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

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