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  

ComparisonOperator Class Reference

Inheritance diagram for ComparisonOperator:

OperatorCheck List of all members.

Public Member Functions

bool operator() (Operator *op)
string desc ()

Member Function Documentation

string ComparisonOperator::desc   [inline, virtual]
 

Implements OperatorCheck.

Definition at line 441 of file tree_checker.cc.

Referenced by TreeChecker::at_conditiongoto().

bool ComparisonOperator::operator() Operator   op [inline, virtual]
 

Implements OperatorCheck.

Definition at line 438 of file tree_checker.cc.

References Operator::is_comparison().


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

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