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  

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

checks that the AST is indeed a tree. More...

Inheritance diagram for TreeCheckerPhase:

Phase List of all members.

Public Member Functions

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

Private Attributes

bool _verbose
bool _warning

Detailed Description

checks that the AST is indeed a tree.

Definition at line 305 of file main.cc.


Member Function Documentation

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

Reimplemented from Phase.

Definition at line 320 of file main.cc.

void TreeCheckerPhase::run void    [inline, virtual]
 

Implements Phase.

Definition at line 310 of file main.cc.

References CBZ::Program, and unit_list_p.

void TreeCheckerPhase::usage   [inline, virtual]
 

Reimplemented from Phase.

Definition at line 334 of file main.cc.


Member Data Documentation

bool TreeCheckerPhase::_verbose [private]
 

Definition at line 307 of file main.cc.

bool TreeCheckerPhase::_warning [private]
 

Definition at line 308 of file main.cc.


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

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