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  

BinaryOperator Class Reference

Inheritance diagram for BinaryOperator:

OperatorCheck List of all members.

Public Member Functions

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

Member Function Documentation

string BinaryOperator::desc   [inline, virtual]
 

Implements OperatorCheck.

Definition at line 628 of file tree_checker.cc.

Referenced by TreeChecker::at_binary().

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

Implements OperatorCheck.

Definition at line 625 of file tree_checker.cc.

References Operator::is_binary().


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

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